Skip to content

Commit

Permalink
DMP-4613 Add ARM RPO check for getExtendedProductionsByMatter status
Browse files Browse the repository at this point in the history
Added PMD fixes
  • Loading branch information
karen-hedges committed Jan 19, 2025
1 parent 7de10f2 commit 4606362
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,8 @@ private void handleResponseStatus(UserAccountEntity userAccount, BaseRpoResponse
armRpoExecutionDetailEntity, userAccount);
}
} catch (IllegalArgumentException e) {
throw handleFailureAndCreateException(errorMessage.append("ARM RPO API response status is invalid - ")
.append(baseRpoResponse).toString(),
armRpoExecutionDetailEntity, userAccount);
log.error(errorMessage.append("ARM RPO API response status is invalid - ").append(baseRpoResponse).toString(), e);
throw handleFailureAndCreateException(errorMessage.toString(), armRpoExecutionDetailEntity, userAccount);
}
}

Expand Down

0 comments on commit 4606362

Please sign in to comment.