Package ca.uhn.fhir.batch2.api
Class JobExecutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.util.BaseUnrecoverableRuntimeException
ca.uhn.fhir.batch2.api.JobExecutionFailedException
- All Implemented Interfaces:
Serializable
This exception indicates an unrecoverable processing failure. It should be
thrown by
IJobStepWorker instances in the case that an error occurs that
is not expected to produce a success if it is retried.
In the case of potentially recoverable errors (IOException, database constraint errors, etc)
you should throw InternalErrorException instead.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobExecutionFailedException(String theMessage) ConstructorJobExecutionFailedException(String theMessage, Throwable theCause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobExecutionFailedException
Constructor -
JobExecutionFailedException
Constructor
-