Class AuthSSLInitializationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.apache.commons.httpclient.contrib.ssl.AuthSSLInitializationError
-
- All Implemented Interfaces:
Serializable
public class AuthSSLInitializationError extends Error
Signals fatal error in initialization of
AuthSSLProtocolSocketFactory
.- Author:
- Oleg Kalnichevski
DISCLAIMER: HttpClient developers DO NOT actively support this component. The component is provided as a reference material, which may be inappropriate for use without additional customization.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthSSLInitializationError()
Creates a new AuthSSLInitializationError.AuthSSLInitializationError(String message)
Creates a new AuthSSLInitializationError with the specified 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
-
AuthSSLInitializationError
public AuthSSLInitializationError()
Creates a new AuthSSLInitializationError.
-
AuthSSLInitializationError
public AuthSSLInitializationError(String message)
Creates a new AuthSSLInitializationError with the specified message.- Parameters:
message
- error message
-
-