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
public class AuthSSLInitializationError extends 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
-
-
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
-
-