All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----cryptiX.asn1.CodingException
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 volumneous to be handler. In these kinds of situations the exception is raised. Similarly, in encoding an exception may be raised if the PDU cannot be represented internally, for example due to a circular data structure.
public CodingException()
public CodingException(String s)
All Packages Class Hierarchy This Package Previous Next Index