org.apache.directory.shared.asn1.util
Class LongDecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.asn1.util.LongDecoderException
All Implemented Interfaces:
java.io.Serializable

public class LongDecoderException
extends java.lang.Exception

Thrown when a LongDecoder has encountered a failure condition during a decode.

Version:
$Rev: 664290 $, $Date: 2008-06-07 08:28:06 +0200 (Sat, 07 Jun 2008) $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
LongDecoderException(java.lang.String message)
          Creates a LongDecoderException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongDecoderException

public LongDecoderException(java.lang.String message)
Creates a LongDecoderException

Parameters:
message - A message with meaning to a human


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.