jp.bitmeister.asn1.exception
Class ASN1EncodingException

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.ASN1EncodingException
All Implemented Interfaces:
java.io.Serializable

public class ASN1EncodingException
extends ASN1Exception

The exception indicates taht an error occurred while encoding process.

Author:
WATANABE, Jun.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jp.bitmeister.asn1.exception.ASN1Exception
message
 
Constructor Summary
ASN1EncodingException()
           
 
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

ASN1EncodingException

public ASN1EncodingException()


Copyright © 2012 BitMeister Inc. All Rights Reserved.