Class PasswordEncryptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.crypto.PasswordEncryptException
All Implemented Interfaces:
Serializable

public class PasswordEncryptException extends Exception
Exception thrown when an error occurred while encrypting the data.
See Also:
  • Constructor Details

    • PasswordEncryptException

      public PasswordEncryptException()
      Constructs an PasswordEncryptException with no message.
    • PasswordEncryptException

      public PasswordEncryptException(String message)
      Constructs an PasswordEncryptException with the specified message.
      Parameters:
      message - the detail message.
    • PasswordEncryptException

      public PasswordEncryptException(Exception cause)
      Constructs an PasswordEncryptException with the specified cause.
      Parameters:
      cause - the cause.
    • PasswordEncryptException

      public PasswordEncryptException(String message, Exception cause)
      Constructs an PasswordEncryptException with the specified message and cause.
      Parameters:
      message - the detail message.
      cause - the cause.