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
An exception which clients can use to signal that a
ProgressMonitor
requested cancellation
of a running process.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CanceledException
public CanceledException()Constructs a new exception.
-