Class ActivityRunPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.repo.common.activity.run.ActivityRunException
com.evolveum.midpoint.repo.common.activity.run.ActivityRunPolicyException
- All Implemented Interfaces:
Serializable
Exception indicating that an activity run was stopped due to policy rule execution.
It was introduced to provide more specific
throws clauses in some parts of the code.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivityRunPolicyException(String message, OperationResultStatus operationResultStatus, ActivityRunResultStatus activityRunResultStatus, ActivityPolicyViolationException cause) -
Method Summary
Methods inherited from class com.evolveum.midpoint.repo.common.activity.run.ActivityRunException
getOpResultStatus, getRunResultStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivityRunPolicyException
public ActivityRunPolicyException(String message, OperationResultStatus operationResultStatus, ActivityRunResultStatus activityRunResultStatus, ActivityPolicyViolationException cause)
-