org.jasn
Class DecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jasn.DecodingException
- All Implemented Interfaces:
- Serializable
- public class DecodingException
- extends IOException
Signals that some error has occurred during decoding of an ASN.1 value.
- Author:
- Nicolas Vraux
- See Also:
- Serialized Form
|
Constructor Summary |
DecodingException()
Constructs an DecodingException with no specified detail
message. |
DecodingException(String s)
Constructs an DecodingException with the specified detail
message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DecodingException
public DecodingException()
- Constructs an
DecodingException with no specified detail
message.
DecodingException
public DecodingException(String s)
- Constructs an
DecodingException with the specified detail
message.
- Parameters:
s - the detail message.
Copyright © 2004 Nicolas Vraux. All Rights Reserved.