Class NoOcspResponderException

All Implemented Interfaces:
Serializable

public final class NoOcspResponderException extends NullPointerException
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 Details

    • NoOcspResponderException

      public NoOcspResponderException(String message)
      Create a new instance with the given message.
      Parameters:
      message - The error message.