org.jminor.common.model
Class CancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jminor.common.model.CancelException
All Implemented Interfaces:
Serializable

public class CancelException
extends Exception

Used when actions must be cancelled from deep within a call stack.

See Also:
Serialized Form

Constructor Summary
CancelException()
           
 
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()