Package org.xipki.ocsp.client
Class OcspResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ocsp.client.OcspResponseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OcspResponseException.InvalidResponse,OcspResponseException.OcspNonceUnmatched,OcspResponseException.OcspTargetUnmatched,OcspResponseException.ResponderUnreachable,OcspResponseException.Unsuccessful
public abstract class OcspResponseException extends Exception
Exception related to the OCSP response.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOcspResponseException.InvalidResponsestatic classOcspResponseException.OcspNonceUnmatchedstatic classOcspResponseException.OcspTargetUnmatchedstatic classOcspResponseException.ResponderUnreachablestatic classOcspResponseException.Unsuccessful
-
Constructor Summary
Constructors Constructor Description OcspResponseException(String message)OcspResponseException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-