Class ActivityInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.repo.common.activity.ActivityInterruptedException
All Implemented Interfaces:
SeverityAwareException, Serializable

@Experimental public class ActivityInterruptedException extends Exception implements SeverityAwareException
Exception thrown when an activity is interrupted (typically by a user suspending the task).
See Also:
  • Constructor Details

    • ActivityInterruptedException

      public ActivityInterruptedException()
  • Method Details