Class ActivityIsSuspendedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.suncode.pwfl.workflow.activity.exception.ActivityIsSuspendedException
All Implemented Interfaces:
Serializable

public class ActivityIsSuspendedException extends Exception
Wyjątek występuję, gdy próbujemy wykonać operację na zadaniu które jest zawieszone.
Author:
Paweł Rosolak 30 lip 2013
See Also:
  • Constructor Details

    • ActivityIsSuspendedException

      public ActivityIsSuspendedException()
    • ActivityIsSuspendedException

      public ActivityIsSuspendedException(String message, Throwable cause)
    • ActivityIsSuspendedException

      public ActivityIsSuspendedException(String message)
    • ActivityIsSuspendedException

      public ActivityIsSuspendedException(Throwable cause)