Class cryptiX.asn1.CodingException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptiX.asn1.CodingException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----cryptiX.asn1.CodingException

public class CodingException
extends IOException
Signals ASN.1 encoding or decoding exception has occured.

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.


Constructor Index

 o CodingException()
 o CodingException(String)

Constructors

 o CodingException
  public CodingException()
 o CodingException
  public CodingException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index