Package org.apache.directory.api.asn1
Class DecoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.directory.api.asn1.DecoderException
-
- All Implemented Interfaces:
Serializable
public class DecoderException extends Exception
Thrown when a Decoder has encountered a failure condition during a decode.- Author:
- Apache Directory Project
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeclares the Serial Version Uid
-
Constructor Summary
Constructors Constructor Description DecoderException(String message)Creates a DecoderExceptionDecoderException(String message, Throwable cause)Creates a DecoderException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Declares the Serial Version Uid- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DecoderException
public DecoderException(String message)
Creates a DecoderException- Parameters:
message- A message with meaning to a human
-
-