com.ibm.di.api.exceptions
Class PasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.api.DIException
              extended by com.ibm.di.api.exceptions.PasswordException
All Implemented Interfaces:
Serializable

public class PasswordException
extends DIException

The class PasswordException represents the Exception class used when a password protected configuration is opened remotely with a wrong or missing password.

See Also:
Serialized Form

Constructor Summary
PasswordException()
          Default Constructor of PasswordException
PasswordException(String aMessage)
          Constructor with parameter of PasswordException
 
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

PasswordException

public PasswordException()
Default Constructor of PasswordException


PasswordException

public PasswordException(String aMessage)
Constructor with parameter of PasswordException

Parameters:
aMessage - The error message