public class CodingException
extends java.lang.Exception
An ASN.1 encoding or decoding exception signals an error situation. In decoding, the data arrived from the network may be syntactically incorrect or just too voluminous to be handled. In these kinds of situations the exception is raised.
Constructor and Description |
---|
CodingException()
Creates a CodingException without parameters.
|
CodingException(java.lang.String s)
Creates a CodingException with a description string as parameter.
|