Package com.ibm.di.api.exceptions
Class PasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.api.DIException
-
- com.ibm.di.api.exceptions.PasswordException
-
- All Implemented Interfaces:
java.io.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
Constructors Constructor Description PasswordException()
Default Constructor of PasswordExceptionPasswordException(java.lang.String aMessage)
Constructor with parameter of PasswordException
-