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