ASN1Exceptionpublic class ASN1Exception extends IOException Thrown by decoder/encoder stream to indicate violation of encoding rules. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ASN1Exception()Constructs an ASN1Exception without a message.
| public ASN1Exception(String message)Constructs an ASN1Exception with a message.
super(message);
|
|