ManagedExecutorService
and related interfaces.@Deprecated public class WorkCompletedException extends WorkException
javax.enterprise.concurrent.ManagedExecutorService
,
Serialized FormConstructor and Description |
---|
WorkCompletedException()
Deprecated.
|
WorkCompletedException(java.lang.String message)
Deprecated.
|
WorkCompletedException(java.lang.String message,
java.util.List list)
Deprecated.
Method WorkCompletedException.
|
WorkCompletedException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
|
WorkCompletedException(java.lang.Throwable cause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getExceptionList()
Deprecated.
This allows a list of exceptions to be returned.
|
boolean |
getRolledBack()
Deprecated.
This returns true if a global tran was created and
not commited because asynchronous element returned.
|
void |
setRolledBack(boolean f)
Deprecated.
|
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
- public java.util.List getExceptionList()
public void setRolledBack(boolean f)
public boolean getRolledBack()