Package org.xipki.ocsp.client
Class OcspRequestorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ocsp.client.OcspRequestorException
-
- All Implemented Interfaces:
Serializable
public class OcspRequestorException extends Exception
Exception related to the OCSP requestor.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcspRequestorException(String message)OcspRequestorException(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
-
-