Class NoOcspResponderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
io.netty.handler.ssl.ocsp.NoOcspResponderException
- All Implemented Interfaces:
Serializable
Thrown internally by
OcspClient if the certificate being checked does not specify any OCSP Responder.
This exception extends NullPointerException for backwards compatibility reasons.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoOcspResponderException(String message) Create a new instance with the given message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoOcspResponderException
Create a new instance with the given message.- Parameters:
message- The error message.
-