DepositServiceErrorHandler incorrectly determines the type of the Throwable it is handling, resulting in Deposit or Submission resources that are improperly handled.
If a DepositServicesRuntimeException is received by the handler, and the exception carries a Deposit or Submission resource, the resource status ought to be updated to FAILED.
DepositServiceErrorHandler incorrectly determines the type of the
Throwable
it is handling, resulting inDeposit
orSubmission
resources that are improperly handled.If a
DepositServicesRuntimeException
is received by the handler, and the exception carries aDeposit
orSubmission
resource, the resource status ought to be updated toFAILED
.