com.myJava.util.taskmonitor
Class TaskCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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
-
isTaskCancellation
public static boolean isTaskCancellation(java.lang.Throwable e)