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:
java.io.Serializable
public class CancelException extends java.io.IOException
Operation canceled exception used with progress monitor.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description CancelException()
Constructor without message.CancelException(java.lang.String msg)
Constructor with message.