Class ActivityIsSuspendedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.suncode.pwfl.workflow.activity.exception.ActivityIsSuspendedException
- All Implemented Interfaces:
Serializable
Wyjątek występuję, gdy próbujemy wykonać operację na zadaniu które jest zawieszone.
- Author:
- Paweł Rosolak 30 lip 2013
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivityIsSuspendedException
(String message) ActivityIsSuspendedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivityIsSuspendedException
public ActivityIsSuspendedException() -
ActivityIsSuspendedException
-
ActivityIsSuspendedException
-
ActivityIsSuspendedException
-