Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

commonj.work
Class WorkCompletedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by commonj.work.WorkException
              extended by commonj.work.WorkCompletedException
All Implemented Interfaces:
Serializable

public class WorkCompletedException
extends WorkException

This exception indicates that a Work started but completed with an exception.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
WorkCompletedException()
          Constructor for a WorkCompletedException
WorkCompletedException(String message)
          Constructor for a WorkCompletedException
WorkCompletedException(String message, List list)
          Constructor for a WorkCompletedException
WorkCompletedException(String message, Throwable cause)
          Constructor for a WorkCompletedException
WorkCompletedException(Throwable cause)
          Constructor for a WorkCompletedException
 
Method Summary
 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

WorkCompletedException

public WorkCompletedException()
Constructor for a WorkCompletedException

Since:
1.0

WorkCompletedException

public WorkCompletedException(String message)
Constructor for a WorkCompletedException

Parameters:
message -
Since:
1.0

WorkCompletedException

public WorkCompletedException(String message,
                              Throwable cause)
Constructor for a WorkCompletedException

Parameters:
message -
cause -
Since:
1.0

WorkCompletedException

public WorkCompletedException(Throwable cause)
Constructor for a WorkCompletedException

Parameters:
cause -
Since:
1.0

WorkCompletedException

public WorkCompletedException(String message,
                              List list)
Constructor for a WorkCompletedException

Parameters:
message -
list -
Since:
1.0
Method Detail

getExceptionList

public List getExceptionList()
This allows a list of exceptions to be returned. When the Work fails to complete because of an exception then the list has a single entry and this is the same as if getCause was called.

Returns:
The list of null is no exception is present.
Since:
1.0

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02