Class ErrorState
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.ErrorState
-
@Experimental public class ErrorState extends Object
Describes the "error state" of the current activity run. Very experimental. TODO rethink this
-
-
Constructor Summary
Constructors Constructor Description ErrorState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getStoppingException()
void
setStoppingException(@NotNull Throwable reason)
-