pasn.error
Class ASN1DecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pasn.error.ASN1Exception
              extended by pasn.error.ASN1DecodingException
All Implemented Interfaces:
java.io.Serializable

public class ASN1DecodingException
extends ASN1Exception

Author:
ncottin
See Also:
Serialized Form

Constructor Summary
ASN1DecodingException()
           
ASN1DecodingException(java.lang.String msg)
           
ASN1DecodingException(java.lang.String msg, java.lang.Throwable err)
           
ASN1DecodingException(java.lang.Throwable err)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASN1DecodingException

public ASN1DecodingException()

ASN1DecodingException

public ASN1DecodingException(java.lang.String msg)
Parameters:
msg -

ASN1DecodingException

public ASN1DecodingException(java.lang.Throwable err)
Parameters:
err -

ASN1DecodingException

public ASN1DecodingException(java.lang.String msg,
                             java.lang.Throwable err)
Parameters:
msg -
err -