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 aProgressMonitorrequested cancellation of a running process.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CanceledException()Constructs a new exception.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-