Package com.vividsolutions.jump.task
Class TaskCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.vividsolutions.jump.JUMPException
-
- com.vividsolutions.jump.task.TaskCancelledException
-
- All Implemented Interfaces:
Serializable
public class TaskCancelledException extends JUMPException
a simple way to signal whatever was done down the line was cancelled whereever this was thrown- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskCancelledException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-