|
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.ws.exception.WsException
com.ibm.websphere.asynchbeans.WorkException
com.ibm.websphere.asynchbeans.WorkCompletedException
public class WorkCompletedException
This exception indicates that a Work started but completed with an exception.
Constructor Summary | |
---|---|
WorkCompletedException()
|
|
WorkCompletedException(java.lang.String message)
|
|
WorkCompletedException(java.lang.String message,
java.util.List list)
Method WorkCompletedException. |
|
WorkCompletedException(java.lang.String message,
java.lang.Throwable cause)
|
|
WorkCompletedException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.util.List |
getExceptionList()
This allows a list of exceptions to be returned. |
boolean |
getRolledBack()
This returns true if a global tran was created and not commited because asynchronous element returned. |
void |
setRolledBack(boolean f)
|
Methods inherited from class com.ibm.ws.exception.WsException |
---|
getCause, initCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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 WorkCompletedException()
Object.Object()
public WorkCompletedException(java.lang.String message)
Throwable.Throwable(String)
public WorkCompletedException(java.lang.Throwable cause)
WsException.WsException(Throwable)
public WorkCompletedException(java.lang.String message, java.lang.Throwable cause)
WsException.WsException(String, Throwable)
public WorkCompletedException(java.lang.String message, java.util.List list)
message
- list
- Method Detail |
---|
public java.util.List getExceptionList()
public void setRolledBack(boolean f)
public boolean getRolledBack()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |