|
||||||||||
| 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
|
+--commonj.work.WorkException
|
+--commonj.work.WorkCompletedException
This exception indicates that a Work started but completed with an exception.
| Constructor Summary | |
|---|---|
WorkCompletedException()
Constructor for a WorkCompletedException |
|
WorkCompletedException(java.lang.String message)
Constructor for a WorkCompletedException |
|
WorkCompletedException(java.lang.String message,
java.util.List list)
Constructor for a WorkCompletedException |
|
WorkCompletedException(java.lang.String message,
java.lang.Throwable cause)
Constructor for a WorkCompletedException |
|
WorkCompletedException(java.lang.Throwable cause)
Constructor for a WorkCompletedException |
|
| Method Summary | |
|---|---|
java.util.List |
getExceptionList()
This allows a list of exceptions to be returned. |
| 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 WorkCompletedException()
public WorkCompletedException(java.lang.String message)
message -
public WorkCompletedException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public WorkCompletedException(java.lang.Throwable cause)
cause -
public WorkCompletedException(java.lang.String message,
java.util.List list)
message - list - | Method Detail |
public java.util.List getExceptionList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||