|
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
com.ibm.websphere.ems.TimeoutException
public final class TimeoutException
Exception indicating that an operation has timed out.
Constructor Summary | |
---|---|
TimeoutException(java.lang.String reason)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
|
TimeoutException(java.lang.String reason,
java.lang.Exception linkedException)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis |
Method Summary |
---|
Methods inherited from class com.ibm.websphere.ems.CMMException |
---|
equals, getLinkedException, hashCode, toString |
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 TimeoutException(java.lang.String reason)
reason
- a description of the exceptionpublic TimeoutException(java.lang.String reason, java.lang.Exception linkedException)
reason
- a description of the exceptionlinkedException
- the linked exception
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |