com.digisigner.api.exception
Class CrlRetrievalException

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
                  extended by com.digisigner.api.exception.CrlRetrievalException
All Implemented Interfaces:
Serializable

public class CrlRetrievalException
extends DigiRuntimeException

This runtime exception is thrown during the signing process, if the attempt to load certificate revocation lists fails for some reason.

Author:
DigiSigner Software
See Also:
Serialized Form

Constructor Summary
CrlRetrievalException()
           
CrlRetrievalException(String message)
           
CrlRetrievalException(String message, Throwable cause)
           
CrlRetrievalException(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

CrlRetrievalException

public CrlRetrievalException()

CrlRetrievalException

public CrlRetrievalException(String message,
                             Throwable cause)

CrlRetrievalException

public CrlRetrievalException(String message)

CrlRetrievalException

public CrlRetrievalException(Throwable cause)