com.digisigner.api.exception
Class DigiRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.digisigner.api.exception.DigiRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlgorithmNotSupportedException, CrlRetrievalException, OcspCheckException, TimeStampException

public class DigiRuntimeException
extends RuntimeException

The parent of all runtime exception thrown by DigiSigner library.

Author:
DigiSigner Software
See Also:
Serialized Form

Constructor Summary
DigiRuntimeException()
           
DigiRuntimeException(String message)
           
DigiRuntimeException(String message, Throwable cause)
           
DigiRuntimeException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DigiRuntimeException

public DigiRuntimeException()

DigiRuntimeException

public DigiRuntimeException(String message,
                            Throwable cause)

DigiRuntimeException

public DigiRuntimeException(String message)

DigiRuntimeException

public DigiRuntimeException(Throwable cause)