com.ibm.di.plugin.idipwsync
Class IDIPasswordStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.ibm.di.plugin.idipwsync.IDIPasswordStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IDIPasswordStoreMissingPropertyException

public class IDIPasswordStoreException
extends Throwable

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
 Throwable detail
          Nested Exception to hold wrapped remote exception.
 
Constructor Summary
IDIPasswordStoreException()
          Constructs a IDIPasswordStoreException with no specified detail message.
IDIPasswordStoreException(String s)
          Constructs a IDIPasswordStoreException with the specified detail message.
IDIPasswordStoreException(String s, Throwable ex)
          Constructs a IDIPasswordStoreException with the specified detail message and nested exception.
 
Method Summary
 String getMessage()
          Returns the detail message, including the message from the nested exception if there is one.
 void printStackTrace()
          Prints the composite message to System.err.
 void printStackTrace(PrintStream ps)
          Prints the composite message and the embedded stack trace to the specified stream ps.
 void printStackTrace(PrintWriter pw)
          Prints the composite message and the embedded stack trace to the specified print writer pw
 
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
 

Field Detail

detail

public Throwable detail
Nested Exception to hold wrapped remote exception.

Since:
JDK1.1
Constructor Detail

IDIPasswordStoreException

public IDIPasswordStoreException()
Constructs a IDIPasswordStoreException with no specified detail message.

Since:
JDK1.1

IDIPasswordStoreException

public IDIPasswordStoreException(String s)
Constructs a IDIPasswordStoreException with the specified detail message.

Parameters:
s - the detail message

IDIPasswordStoreException

public IDIPasswordStoreException(String s,
                                 Throwable ex)
Constructs a IDIPasswordStoreException with the specified detail message and nested exception.

Parameters:
s - the detail message
ex - the nested exception
Method Detail

getMessage

public String getMessage()
Returns the detail message, including the message from the nested exception if there is one.

Overrides:
getMessage in class Throwable

printStackTrace

public void printStackTrace()
Prints the composite message to System.err.

Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream ps.

Overrides:
printStackTrace in class Throwable
Parameters:
ps - the print stream

printStackTrace

public void printStackTrace(PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer pw

Overrides:
printStackTrace in class Throwable
Parameters:
pw - the print writer