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 Details

    • ErrorState

      public ErrorState()
  • Method Details

    • getStoppingException

      public Throwable getStoppingException()
    • setStoppingException

      public void setStoppingException(@NotNull @NotNull Throwable reason)