|
||||||||||
| PREV CLASS 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
javax.resource.spi.work.WorkException
javax.resource.spi.work.WorkRejectedException
public class WorkRejectedException
| Field Summary |
|---|
| Fields inherited from class javax.resource.spi.work.WorkException |
|---|
INTERNAL, START_TIMED_OUT, TX_CONCURRENT_WORK_DISALLOWED, TX_RECREATE_FAILED, UNDEFINED |
| Constructor Summary | |
|---|---|
WorkRejectedException()
|
|
WorkRejectedException(String message)
|
|
WorkRejectedException(String message,
String errorCode)
|
|
WorkRejectedException(String message,
Throwable cause)
|
|
WorkRejectedException(Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class javax.resource.spi.work.WorkException |
|---|
getMessage |
| Methods inherited from class javax.resource.ResourceException |
|---|
getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkRejectedException()
public WorkRejectedException(String message)
public WorkRejectedException(Throwable cause)
public WorkRejectedException(String message,
Throwable cause)
public WorkRejectedException(String message,
String errorCode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||