Package 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:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.Constructor.Constructor.SSLConfigurationNotAvailableException
(String message, Exception cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSLConfigurationNotAvailableException
public SSLConfigurationNotAvailableException()Constructor. -
SSLConfigurationNotAvailableException
Constructor.- Parameters:
cause
-
-
SSLConfigurationNotAvailableException
Constructor.- Parameters:
message
-
-
SSLConfigurationNotAvailableException
Constructor.- Parameters:
message
-cause
-
-