Class SynchronousResumeNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.plugins.workflow.steps.SynchronousResumeNotSupportedException
All Implemented Interfaces:
Serializable

public class SynchronousResumeNotSupportedException extends Exception
May be reported from StepExecution.onResume() when the step does not support resumption. Thrown by default from SynchronousNonBlockingStepExecution, as well as from GeneralNonBlockingStepExecution when running step code rather than a block. (SynchronousStepExecution does not even bother implementing this method since it should never be listed as in progress to begin with.)
See Also:
  • Constructor Details

    • SynchronousResumeNotSupportedException

      public SynchronousResumeNotSupportedException()