|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
com.ibm.di.plugin.idipwsync.IDIPasswordStoreException
public class IDIPasswordStoreException
A IDIPasswordStoreException
is the common superclass for a number of
ldap exceptions that may occur during the execution of changePassword method
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 |
---|
public Throwable detail
Constructor Detail |
---|
public IDIPasswordStoreException()
IDIPasswordStoreException
with no specified
detail message.
public IDIPasswordStoreException(String s)
IDIPasswordStoreException
with the specified
detail message.
s
- the detail messagepublic IDIPasswordStoreException(String s, Throwable ex)
IDIPasswordStoreException
with the specified
detail message and nested exception.
s
- the detail messageex
- the nested exceptionMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public void printStackTrace()
System.err
.
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
ps
.
printStackTrace
in class Throwable
ps
- the print streampublic void printStackTrace(PrintWriter pw)
pw
printStackTrace
in class Throwable
pw
- the print writer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |