Package com.iizix.app
Class CancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.iizix.app.CancelException
- All Implemented Interfaces:
- Serializable
Operation canceled exception used with progress monitor.
- Author:
- Christopher Mindus
- See Also:
- Constructor SummaryConstructorsConstructorDescriptionConstructor without message.- CancelException- (String msg) Constructor with message.
- Method Summary- Methods inherited from class java.lang.Throwable- addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- Constructor Details- CancelExceptionpublic CancelException()Constructor without message.
- CancelExceptionConstructor with message.- Parameters:
- msg- The cancel exception message, null for none.