|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException (src)
javax.resource.spi.CommException
A CommException indicates error conditions related to failed or interrupted communication with an underlying resource. examples include: communication protocol error or connection loss due to server failure.
| Constructor Summary | |
CommException()
Create an exception. |
|
CommException(java.lang.String reason)
Create an exception with a reason. |
|
CommException(java.lang.String reason,
java.lang.String errorCode)
Create an exception with a reason and an errorCode. |
|
CommException(java.lang.String reason,
java.lang.Throwable cause)
Create an exception with a reason and cause. |
|
CommException(java.lang.Throwable cause)
Create an exception with a cause. |
|
| Methods inherited from class javax.resource.ResourceException (src) |
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CommException()
public CommException(java.lang.String reason)
public CommException(java.lang.String reason,
java.lang.String errorCode)
public CommException(java.lang.String reason,
java.lang.Throwable cause)
reason - the reasoncause - the causepublic CommException(java.lang.Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||