jp.bitmeister.asn1.exception
Class ASN1DecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jp.bitmeister.asn1.exception.ASN1Exception
              extended by jp.bitmeister.asn1.exception.ASN1DecodingException
All Implemented Interfaces:
java.io.Serializable

public class ASN1DecodingException
extends ASN1Exception

The exception indicates that an error occurred while decoding process.

Author:
WATANABE, Jun.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jp.bitmeister.asn1.exception.ASN1Exception
message
 
Constructor Summary
ASN1DecodingException()
           
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.exception.ASN1Exception
getCause, getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASN1DecodingException

public ASN1DecodingException()