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 Summary
ConstructorsConstructorDescriptionConstructor.KeyException(Exception cause) Constructor.KeyException(String message) Constructor.KeyException(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
- 
KeyException
public KeyException()Constructor. - 
KeyException
Constructor.- Parameters:
 cause-
 - 
KeyException
Constructor.- Parameters:
 message-
 - 
KeyException
Constructor.- Parameters:
 message-cause-
 
 -