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 Summary
ConstructorsConstructorDescriptionConstructor 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
-
CancelException
public CancelException()Constructor without message. -
CancelException
Constructor with message.- Parameters:
msg
- The cancel exception message, null for none.
-