com.myJava.util.taskmonitor
Class TaskCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.myJava.util.taskmonitor.TaskCancelledException
All Implemented Interfaces:
java.io.Serializable

public class TaskCancelledException
extends java.lang.Exception

Exception thrown when the user has requested a task cancellation.

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562
See Also:
Serialized Form

Constructor Summary
TaskCancelledException()
           
TaskCancelledException(java.lang.String message)
           
TaskCancelledException(java.lang.String message, java.lang.Throwable cause)
           
TaskCancelledException(java.lang.Throwable cause)
           
 
Method Summary
static boolean isTaskCancellation(java.lang.Throwable e)
           
 
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

TaskCancelledException

public TaskCancelledException()

TaskCancelledException

public TaskCancelledException(java.lang.String message)
Parameters:
message -

TaskCancelledException

public TaskCancelledException(java.lang.Throwable cause)
Parameters:
cause -

TaskCancelledException

public TaskCancelledException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -
Method Detail

isTaskCancellation

public static boolean isTaskCancellation(java.lang.Throwable e)