- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.esprit.appsuite.task.StopException
-
- All Implemented Interfaces:
- java.io.Serializable
public class StopException
extends java.lang.RuntimeException
This Exception may be thrown in order to terminate a task immediately.
It indicates an intended stop and therefore is NOT treated as an error.
- Author:
- Rainer Buesch
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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
-
StopException
public StopException()
- Detail:
- Field |
- Constr |
- Method
Copyright © 2014 EsprIT-Systems. All Rights Reserved.