Package com.bc.ceres.core
Class CanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.bc.ceres.core.CoreException
-
- com.bc.ceres.core.CanceledException
-
- All Implemented Interfaces:
Serializable
public class CanceledException extends CoreException
An exception which clients can use to signal that aProgressMonitor
requested cancellation of a running process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CanceledException()
Constructs a new exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-