Class AuthSSLInitializationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthSSLInitializationError
    extends java.lang.Error

    Signals fatal error in initialization of AuthSSLProtocolSocketFactory.

    Adapted from code here: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLX509TrustManager.java?revision=608014&view=co

    Since:
    4.0
    See Also:
    Serialized Form
    • 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

      • AuthSSLInitializationError

        public AuthSSLInitializationError()
        Creates a new AuthSSLInitializationError.
      • AuthSSLInitializationError

        public AuthSSLInitializationError​(java.lang.String message)
        Creates a new AuthSSLInitializationError with the specified message.
        Parameters:
        message - error message