Class NoOcspResponderException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class NoOcspResponderException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoOcspResponderException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoOcspResponderException

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