|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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
public class CMMException
Parent class for all CMM exceptions.
Constructor Summary | |
---|---|
CMMException(java.lang.String reason)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
|
CMMException(java.lang.String reason,
java.lang.Exception linkedException)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
java.lang.Exception |
getLinkedException()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
int |
hashCode()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
java.lang.String |
toString()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
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.
equals
in class java.lang.Object
other
- the other object to compare with
true
if, and only if, the object is equalpublic int hashCode()
CMMException
.
hashCode
in class java.lang.Object
public java.lang.String toString()
CMMException
.
toString
in class java.lang.Throwable
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |