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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.util.exception.SeverityAwareException
SeverityAwareException.Severity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull SeverityAwareException.SeverityNot all exceptions are fatal.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivityInterruptedException
public ActivityInterruptedException()
-
-
Method Details
-
getSeverity
Description copied from interface:SeverityAwareExceptionNot all exceptions are fatal. This method returns the (estimated) severity of this exception. The final decision is up to the exception handling code, of course. It may or may not accept this value.- Specified by:
getSeverityin interfaceSeverityAwareException
-