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:
- java.io.Serializable
 
 public class PasswordEncryptException extends java.lang.ExceptionException thrown when an error occurred while encrypting the data.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PasswordEncryptException()Constructs an PasswordEncryptException with no message.PasswordEncryptException(java.lang.Exception cause)Constructs an PasswordEncryptException with the specified cause.PasswordEncryptException(java.lang.String message)Constructs an PasswordEncryptException with the specified message.PasswordEncryptException(java.lang.String message, java.lang.Exception cause)Constructs an PasswordEncryptException with the specified message and cause.
 
- 
- 
- 
Constructor Detail- 
PasswordEncryptExceptionpublic PasswordEncryptException() Constructs an PasswordEncryptException with no message.
 - 
PasswordEncryptExceptionpublic PasswordEncryptException(java.lang.String message) Constructs an PasswordEncryptException with the specified message.- Parameters:
- message- the detail message.
 
 - 
PasswordEncryptExceptionpublic PasswordEncryptException(java.lang.Exception cause) Constructs an PasswordEncryptException with the specified cause.- Parameters:
- cause- the cause.
 
 - 
PasswordEncryptExceptionpublic PasswordEncryptException(java.lang.String message, java.lang.Exception cause)Constructs an PasswordEncryptException with the specified message and cause.- Parameters:
- message- the detail message.
- cause- the cause.
 
 
- 
 
-