com.ibm.dse.tools.workbench.base
Class CancelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.tools.workbench.base.WorkbenchException
                    |
                    +--com.ibm.dse.tools.workbench.base.CancelException

public class CancelException
extends WorkbenchException

The class CancelException must be thrown by the Workbench on user cancel action

See Also:
Serialized Form

Constructor Summary
CancelException()
          Constructs a CancelException with no specified detail message.
CancelException(java.lang.String s)
          Constructs a CancelException with a specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelException

public CancelException()
Constructs a CancelException with no specified detail message.

CancelException

public CancelException(java.lang.String s)
Constructs a CancelException with a specified detail message.
Parameters:
s - java.lang.String