Package org.xipki.ocsp.client
Class OcspResponseException.OcspTargetUnmatched
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ocsp.client.OcspResponseException
-
- org.xipki.ocsp.client.OcspResponseException.OcspTargetUnmatched
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OcspResponseException
public static class OcspResponseException.OcspTargetUnmatched 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 OcspTargetUnmatched(String message)OcspTargetUnmatched(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
-
-