schmitzm.lang
Class OperationCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by schmitzm.lang.OperationCanceledException
All Implemented Interfaces:
Serializable

public class OperationCanceledException
extends RuntimeException

Diese Exception stellt keinen wirklichen Fehler dar, sondern lediglich eine Information, dass die aktuelle Operation abgebrochen wurde und eine etwaige Operationen-Folge beendet werden sollte.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)
See Also:
Serialized Form

Constructor Summary
OperationCanceledException()
          Erzeugt eine neue OperationCanceledException.
OperationCanceledException(String mess)
          Erzeugt eine neue 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()
Erzeugt eine neue OperationCanceledException.


OperationCanceledException

public OperationCanceledException(String mess)
Erzeugt eine neue OperationCanceledException.

Parameters:
mess - Fehlermeldung