com.ibm.websphere.ssl
Class SSLConfigurationNotAvailableException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.ssl.SSLException
com.ibm.websphere.ssl.SSLConfigurationNotAvailableException
All implemented interfaces:
java.io.Serializable
- public class SSLConfigurationNotAvailableException
- extends SSLException
See Also:
Constructor Summary
Constructor and Description |
---|
SSLConfigurationNotAvailableException()
Constructor.
|
SSLConfigurationNotAvailableException(java.lang.Exception cause)
Constructor.
|
SSLConfigurationNotAvailableException(java.lang.String message)
Constructor.
|
SSLConfigurationNotAvailableException(java.lang.String message,java.lang.Exception cause)
Constructor.
|
Method Summary
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
SSLConfigurationNotAvailableException
- public SSLConfigurationNotAvailableException( )
Constructor.
SSLConfigurationNotAvailableException
- public SSLConfigurationNotAvailableException( java.lang.Exception cause)
Constructor.
Parameters:
cause
- SSLConfigurationNotAvailableException
- public SSLConfigurationNotAvailableException( java.lang.String message)
Constructor.
Parameters:
message
- SSLConfigurationNotAvailableException
- public SSLConfigurationNotAvailableException( java.lang.String message,
- java.lang.Exception cause)
Constructor.
Parameters:
message
- cause
-