Package com.iizix.app

Class CancelException

All Implemented Interfaces:
Serializable

public class CancelException extends IOException
Operation canceled exception used with progress monitor.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • CancelException

      public CancelException()
      Constructor without message.
    • CancelException

      public CancelException(String msg)
      Constructor with message.
      Parameters:
      msg - The cancel exception message, null for none.