org.apache.pivot.util.concurrent
Class TaskExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.pivot.util.concurrent.TaskExecutionException
All Implemented Interfaces:
Serializable

public class TaskExecutionException
extends Exception

Thrown when an error occurs during task execution.

See Also:
Serialized Form

Constructor Summary
TaskExecutionException()
           
TaskExecutionException(String message)
           
TaskExecutionException(String message, Throwable cause)
           
TaskExecutionException(Throwable cause)
           
 
Method Summary
 
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

TaskExecutionException

public TaskExecutionException()

TaskExecutionException

public TaskExecutionException(String message)

TaskExecutionException

public TaskExecutionException(String message,
                              Throwable cause)

TaskExecutionException

public TaskExecutionException(Throwable cause)