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 SummaryConstructorsConstructorDescriptionConstructor.Constructor.Constructor.SSLConfigurationNotAvailableException(String message, Exception cause) Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SSLConfigurationNotAvailableExceptionpublic SSLConfigurationNotAvailableException()Constructor.
- 
SSLConfigurationNotAvailableExceptionConstructor.- Parameters:
- cause-
 
- 
SSLConfigurationNotAvailableExceptionConstructor.- Parameters:
- message-
 
- 
SSLConfigurationNotAvailableExceptionConstructor.- Parameters:
- message-
- cause-
 
 
-