Package ca.uhn.fhir.batch2.api
Class JobStepFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.batch2.api.JobStepFailedException
- All Implemented Interfaces:
Serializable
When a step throws an Exception that is not a
JobExecutionFailedException,
the Smile Batch 2 framework will rethrow the exception as a JobStepFailedException.
This will cause the job notification message to remain on the channel and the system will try executing the send
operation repeatedly until it succeeds.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobStepFailedException
Constructor
-