Package com.ibm.wsspi.security.crypto
Class PasswordEncryptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.crypto.PasswordEncryptException
- All Implemented Interfaces:
- Serializable
Exception thrown when an error occurred while encrypting the data.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs an PasswordEncryptException with no message.Constructs an PasswordEncryptException with the specified cause.PasswordEncryptException(String message) Constructs an PasswordEncryptException with the specified message.PasswordEncryptException(String message, Exception cause) Constructs an PasswordEncryptException with the specified message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PasswordEncryptExceptionpublic PasswordEncryptException()Constructs an PasswordEncryptException with no message.
- 
PasswordEncryptExceptionConstructs an PasswordEncryptException with the specified message.- Parameters:
- message- the detail message.
 
- 
PasswordEncryptExceptionConstructs an PasswordEncryptException with the specified cause.- Parameters:
- cause- the cause.
 
- 
PasswordEncryptExceptionConstructs an PasswordEncryptException with the specified message and cause.- Parameters:
- message- the detail message.
- cause- the cause.
 
 
-