schmitzm.lang
Class OperationCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationCanceledException
public OperationCanceledException()
- Erzeugt eine neue
OperationCanceledException
.
OperationCanceledException
public OperationCanceledException(String mess)
- Erzeugt eine neue
OperationCanceledException
.
- Parameters:
mess
- Fehlermeldung