Class KeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.crypto.KeyException
All Implemented Interfaces:
Serializable

public class KeyException extends Exception

This is a generic exception thrown for most key management-related errors.

Since:
WAS 6.1
See Also:
  • Constructor Details

    • KeyException

      public KeyException()
      Constructor.
    • KeyException

      public KeyException(Exception cause)
      Constructor.
      Parameters:
      cause -
    • KeyException

      public KeyException(String message)
      Constructor.
      Parameters:
      message -
    • KeyException

      public KeyException(String message, Exception cause)
      Constructor.
      Parameters:
      message -
      cause -