Package org.xipki.ocsp.client
Class OcspResponseException.ResponderUnreachable
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ocsp.client.OcspResponseException
-
- org.xipki.ocsp.client.OcspResponseException.ResponderUnreachable
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OcspResponseException
public static class OcspResponseException.ResponderUnreachable extends OcspResponseException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xipki.ocsp.client.OcspResponseException
OcspResponseException.InvalidResponse, OcspResponseException.OcspNonceUnmatched, OcspResponseException.OcspTargetUnmatched, OcspResponseException.ResponderUnreachable, OcspResponseException.Unsuccessful
-
-
Constructor Summary
Constructors Constructor Description ResponderUnreachable(String message)ResponderUnreachable(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
-
-