|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.resource.ResourceException javax.resource.spi.EISSystemException
A EISSystemException is used to indicate EIS specific error conditios. Common error conditions are failure of the EIS, communication failure or an EIS specific failure during creation of a new connection.
Constructor Summary | |
EISSystemException()
Create an exception. |
|
EISSystemException(String reason)
Create an exception with a reason. |
|
EISSystemException(String reason,
String errorCode)
Create an exception with a reason and an errorCode. |
|
EISSystemException(String reason,
Throwable cause)
Create an exception with a reason and cause. |
|
EISSystemException(Throwable cause)
Create an exception with a cause. |
Methods inherited from class javax.resource.ResourceException |
getErrorCode, getLinkedException, setErrorCode, setLinkedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 EISSystemException()
public EISSystemException(String reason)
public EISSystemException(String reason, String errorCode)
public EISSystemException(String reason, Throwable cause)
reason
- the reasoncause
- the causepublic EISSystemException(Throwable cause)
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |