Package com.ibm.websphere.ssl
Class SSLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.ssl.SSLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SSLConfigurationNotAvailableException
This is a generic exception thrown for most SSL-related errors.
- Since:
- WAS 6.1
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.SSLException
(Exception cause) Constructor.SSLException
(String message) Constructor.SSLException
(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
-
SSLException
public SSLException()Constructor. -
SSLException
Constructor.- Parameters:
cause
-
-
SSLException
Constructor.- Parameters:
message
-
-
SSLException
Constructor.- Parameters:
message
-cause
-
-