SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker.internal.task
Class TaskExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.queue.worker.internal.task.TaskExecutionException
All Implemented Interfaces:
java.io.Serializable

public class TaskExecutionException
extends java.lang.Exception

The Class TaskExecutionException.

See Also:
Serialized Form

Constructor Summary
TaskExecutionException()
          Instantiates a new task execution exception.
TaskExecutionException(java.lang.String message)
          Instantiates a new task execution exception.
TaskExecutionException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new task execution exception.
TaskExecutionException(java.lang.Throwable cause)
          Instantiates a new task execution exception.
 
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()
Instantiates a new task execution exception.


TaskExecutionException

public TaskExecutionException(java.lang.String message)
Instantiates a new task execution exception.

Parameters:
message - the message

TaskExecutionException

public TaskExecutionException(java.lang.Throwable cause)
Instantiates a new task execution exception.

Parameters:
cause - the cause

TaskExecutionException

public TaskExecutionException(java.lang.String message,
                              java.lang.Throwable cause)
Instantiates a new task execution exception.

Parameters:
message - the message
cause - the cause

SMILA (incubation) API documentation