|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.ems.CMMException
Parent class for all CMM exceptions.
Constructor Summary | |
---|---|
CMMException(java.lang.String reason)
Constructor. |
|
CMMException(java.lang.String reason,
java.lang.Exception linkedException)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Compare this CMMException with the given Object for
equality. |
java.lang.Exception |
getLinkedException()
Gets the exception linked to this one. |
int |
hashCode()
Return the hash code for this CMMException . |
java.lang.String |
toString()
Returns a string representation of this CMMException . |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMMException(java.lang.String reason)
reason
- a description of the exceptionpublic CMMException(java.lang.String reason, java.lang.Exception linkedException)
reason
- a description of the exceptionlinkedException
- the linked exceptionMethod Detail |
public final java.lang.Exception getLinkedException()
public boolean equals(java.lang.Object other)
CMMException
with the given Object for
equality.
other
- the other object to compare with
true
if, and only if, the object is equalpublic int hashCode()
CMMException
.
public java.lang.String toString()
CMMException
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |