com.ibm.di.plugin.idipwsync
Class IDIPasswordStoreMissingPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.ibm.di.plugin.idipwsync.IDIPasswordStoreException
          extended by 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

Field Summary
 
Fields inherited from class com.ibm.di.plugin.idipwsync.IDIPasswordStoreException
detail
 
Constructor Summary
IDIPasswordStoreMissingPropertyException()
          Constructs a IDIPasswordStoreMissingPropertyException with no specified detail message.
IDIPasswordStoreMissingPropertyException(String s)
          Constructs a IDIPasswordStoreMissingPropertyException with the specified detail message.
IDIPasswordStoreMissingPropertyException(String property, String propertyFile)
          Constructs a IDIPasswordStoreMissingPropertyException with the specified missing property identifier and property file name.
IDIPasswordStoreMissingPropertyException(String s, Throwable ex)
          Constructs a IDIPasswordStoreMissingPropertyException with the specified detail message and nested exception.
 
Method Summary
 
Methods inherited from class com.ibm.di.plugin.idipwsync.IDIPasswordStoreException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 property
propertyFile - 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 message
ex - the nested exception