Package org.xipki.ocsp.client
Class OcspResponseException.Unsuccessful
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ocsp.client.OcspResponseException
-
- org.xipki.ocsp.client.OcspResponseException.Unsuccessful
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OcspResponseException
public static class OcspResponseException.Unsuccessful 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 Unsuccessful(int status)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetStatusText(int statusCode)intstatus()StringstatusText()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-