|
||||||||||
| PREV CLASS (src) NEXT CLASS | 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.work.WorkException (src)
javax.resource.spi.work.WorkRejectedException
Thrown when a work is rejected.
| Field Summary |
| Fields inherited from class javax.resource.spi.work.WorkException (src) |
INTERNAL, START_TIMED_OUT, TX_CONCURRENT_WORK_DISALLOWED, TX_RECREATE_FAILED, UNDEFINED |
| Constructor Summary | |
WorkRejectedException()
Create an exception. |
|
WorkRejectedException(java.lang.String reason)
Create an exception with a reason. |
|
WorkRejectedException(java.lang.String reason,
java.lang.String errorCode)
Create an exception with a reason and an errorCode. |
|
WorkRejectedException(java.lang.String reason,
java.lang.Throwable throwable)
Create an exception with a reason and an error. |
|
WorkRejectedException(java.lang.Throwable throwable)
Create an exception with an error. |
|
| 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 WorkRejectedException()
public WorkRejectedException(java.lang.String reason)
reason - the reason
public WorkRejectedException(java.lang.String reason,
java.lang.String errorCode)
reason - the reasonerrorCode - the error code
public WorkRejectedException(java.lang.String reason,
java.lang.Throwable throwable)
reason - the reasonthrowable - the errorpublic WorkRejectedException(java.lang.Throwable throwable)
throwable - the error
|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||