com.digisigner.api.exception
Class OcspCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.digisigner.api.exception.DigiRuntimeException
com.digisigner.api.exception.OcspCheckException
- All Implemented Interfaces:
- Serializable
public class OcspCheckException
- extends DigiRuntimeException
This runtime exception is thrown during the signing process,
if the attempt to get the response from the OCSP server fails for some reason.
- Author:
- DigiSigner Software
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OcspCheckException
public OcspCheckException()
OcspCheckException
public OcspCheckException(String message,
Throwable cause)
OcspCheckException
public OcspCheckException(String message)
OcspCheckException
public OcspCheckException(Throwable cause)