pasn.error
Class ASN1TimerException

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

public class ASN1TimerException
extends ASN1Exception

Author:
ncottin
See Also:
Serialized Form

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

ASN1TimerException

public ASN1TimerException()

ASN1TimerException

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

ASN1TimerException

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

ASN1TimerException

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