Skip to content

Commit

Permalink
dcm4che#310 : Dicom Service Exception Handling using ExceptionMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vrindanayak committed Aug 11, 2016
1 parent ee82ed6 commit 01da498
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,7 @@ private void reject(String method, String studyUID, String seriesUID, String obj
ctx.setSopClassUID(attrs.getString(Tag.SOPClassUID));
ctx.setSopInstanceUID(attrs.getString(Tag.SOPInstanceUID));
ctx.setReceiveTransferSyntax(UID.ExplicitVRLittleEndian);
// try {
storeService.store(ctx, attrs);
// } catch (DicomServiceException e) {
//// throw new WebApplicationException(httpStatusOf(e.getStatus()));
// }
storeService.store(ctx, attrs);
}


Expand Down

0 comments on commit 01da498

Please sign in to comment.