com.im.commons 6.0

com.im.commons.progress
Class CancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.im.commons.progress.CancelException
All Implemented Interfaces:
Serializable

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

Constructor Summary
CancelException()
           
CancelException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelException

public CancelException()

CancelException

public CancelException(String message)

com.im.commons 6.0