Package io.netty.handler.ssl.ocsp
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
public final class NoOcspResponderException extends NullPointerException
Thrown internally byOcspClientif the certificate being checked does not specify any OCSP Responder.This exception extends
NullPointerExceptionfor backwards compatibility reasons.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoOcspResponderException(String message)Create a new instance with the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoOcspResponderException
public NoOcspResponderException(String message)
Create a new instance with the given message.- Parameters:
message- The error message.
-
-