Package com.ibm.websphere.crypto
Class KeyException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.websphere.crypto.KeyException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class KeyException extends java.lang.ExceptionThis 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 SummaryConstructors Constructor Description KeyException()Constructor.KeyException(java.lang.Exception cause)Constructor.KeyException(java.lang.String message)Constructor.KeyException(java.lang.String message, java.lang.Exception cause)Constructor.
 
- 
- 
- 
Constructor Detail- 
KeyExceptionpublic KeyException() Constructor.
 - 
KeyExceptionpublic KeyException(java.lang.Exception cause) Constructor.- Parameters:
- cause-
 
 - 
KeyExceptionpublic KeyException(java.lang.String message) Constructor.- Parameters:
- message-
 
 - 
KeyExceptionpublic KeyException(java.lang.String message, java.lang.Exception cause)Constructor.- Parameters:
- message-
- cause-
 
 
- 
 
-