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.Exception

    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

      Constructors 
      Constructor and 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KeyException

        public KeyException()
        Constructor.
      • KeyException

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

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

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