IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.security.crypto
Class PasswordDecryptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wsspi.security.crypto.PasswordDecryptException
All Implemented Interfaces:
java.io.Serializable

public class PasswordDecryptException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PasswordDecryptException()
           
PasswordDecryptException(java.lang.Exception e)
           
PasswordDecryptException(java.lang.String message)
           
PasswordDecryptException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordDecryptException

public PasswordDecryptException()

PasswordDecryptException

public PasswordDecryptException(java.lang.String message)

PasswordDecryptException

public PasswordDecryptException(java.lang.Exception e)

PasswordDecryptException

public PasswordDecryptException(java.lang.String message,
                                java.lang.Exception e)

IBM WebSphere Application ServerTM
Release 8