public final class NoOcspResponderException extends NullPointerException
OcspClient if the certificate being checked does not specify any OCSP Responder.
This exception extends NullPointerException for backwards compatibility reasons.
| Constructor and Description |
|---|
NoOcspResponderException(String message)
Create a new instance with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoOcspResponderException(String message)
message - The error message.Copyright © 2008–2026 The Netty Project. All rights reserved.