Package org.alfresco.encryption.ssl
Class AuthSSLInitializationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.alfresco.encryption.ssl.AuthSSLInitializationError
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates 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 Details
-
AuthSSLInitializationError
public AuthSSLInitializationError()Creates a new AuthSSLInitializationError. -
AuthSSLInitializationError
Creates a new AuthSSLInitializationError with the specified message.- Parameters:
message
- error message
-