com.ibm.di.plugin.idipwsync
Class IDIPasswordStoreMissingPropertyException
java.lang.Object
java.lang.Throwable
com.ibm.di.plugin.idipwsync.IDIPasswordStoreException
com.ibm.di.plugin.idipwsync.IDIPasswordStoreMissingPropertyException
- All Implemented Interfaces:
- Serializable
public class IDIPasswordStoreMissingPropertyException
- extends IDIPasswordStoreException
A IDIPasswordStoreException is the common superclass for a number of
ldap exceptions that may occur during the execution of changePassword method
- See Also:
- Serialized Form
IDIPasswordStoreMissingPropertyException
public IDIPasswordStoreMissingPropertyException()
- Constructs a
IDIPasswordStoreMissingPropertyException with no specified
detail message.
- Since:
- JDK1.1
IDIPasswordStoreMissingPropertyException
public IDIPasswordStoreMissingPropertyException(String s)
- Constructs a
IDIPasswordStoreMissingPropertyException with the specified
detail message.
- Parameters:
s - the detail message
IDIPasswordStoreMissingPropertyException
public IDIPasswordStoreMissingPropertyException(String property,
String propertyFile)
- Constructs a
IDIPasswordStoreMissingPropertyException with the specified
missing property identifier and property file name.
- Parameters:
property - String representing the name of the propertypropertyFile - String representing the name of the property file
IDIPasswordStoreMissingPropertyException
public IDIPasswordStoreMissingPropertyException(String s,
Throwable ex)
- Constructs a
IDIPasswordStoreMissingPropertyException with the specified
detail message and nested exception.
- Parameters:
s - the detail messageex - the nested exception