Package com.ibm.websphere.crypto
Class KeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.crypto.KeyException
- All Implemented Interfaces:
- Serializable
This is a generic exception thrown for most key management-related errors.
- Since:
- WAS 6.1
- See Also:
- 
- com.ibm.websphere.ssl.JSSEHelper
- Serialized Form
 
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor.KeyException(Exception cause) Constructor.KeyException(String message) Constructor.KeyException(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- 
KeyExceptionpublic KeyException()Constructor.
- 
KeyExceptionConstructor.- Parameters:
- cause-
 
- 
KeyExceptionConstructor.- Parameters:
- message-
 
- 
KeyExceptionConstructor.- Parameters:
- message-
- cause-
 
 
-