com.im.commons.progress
Class CancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.im.commons.progress.CancelException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ListGenerationCancelledException
public class CancelException
- extends RuntimeException
Exceptional return code from the operation. Indicates user-cancelled status
User interface classes can handle this exception in special way (e.g. do not popup dialog
with exception info).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CancelException
public CancelException()
CancelException
public CancelException(String message)