|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.pim.exceptions.PIMException
Generic PIM Exception
Constructor Summary | |
PIMException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
PIMException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PIMException(java.lang.String message)
message
- is the String associated with the Exceptionpublic PIMException(java.lang.String message, java.lang.Throwable cause)
#initCause
.message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |