net.sf.jomic.tools
Class OperationCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jomic.tools.OperationCanceledException
All Implemented Interfaces:
java.io.Serializable

public class OperationCanceledException
extends java.lang.RuntimeException

Exception to indicate that a operation has been canceled by the user.

Author:
Thomas Aglassinger
See Also:
Serialized Form

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

OperationCanceledException

public OperationCanceledException()