pasn.error
Class ASN1ConstraintException

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

public class ASN1ConstraintException
extends ASN1Exception

Author:
ncottin
See Also:
Serialized Form

Constructor Summary
ASN1ConstraintException()
           
ASN1ConstraintException(java.lang.String msg)
           
ASN1ConstraintException(java.lang.String msg, java.lang.Throwable err)
           
ASN1ConstraintException(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

ASN1ConstraintException

public ASN1ConstraintException()

ASN1ConstraintException

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

ASN1ConstraintException

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

ASN1ConstraintException

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