Class SynchronousResumeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.plugins.workflow.steps.SynchronousResumeNotSupportedException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SynchronousResumeNotSupportedException
public SynchronousResumeNotSupportedException()
-