public class Asn1Exception
extends java.lang.RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
Asn1Exception()
This constructor passes the given message text to the superclass.
|
|
Asn1Exception(Asn1DecodeBuffer buffer,
java.lang.String message)
This constructor creates the base exception object and captures
the current buffer offset from the decode buffer..
|
|
Asn1Exception(java.lang.String message)
This constructor passes the given message text to the superclass.
|
public Asn1Exception(java.lang.String message)
message - Error message textprotected Asn1Exception()
public Asn1Exception(Asn1DecodeBuffer buffer, java.lang.String message)
buffer - ASN.1 decode buffer object referencemessage - Error message text