Class AttachmentsController.AttachmentHashMismatchException

Object
Throwable
Exception
RuntimeException
AttachmentHashMismatchException
All Implemented Interfaces:
Serializable
Enclosing class:
AttachmentsController

@ResponseStatus(value=BAD_REQUEST, reason="Attachment SHA1 hash missmatch") public static class AttachmentsController.AttachmentHashMismatchException extends RuntimeException
See Also:
  • Constructor Details

    • AttachmentHashMismatchException

      public AttachmentHashMismatchException(String expected, String localGenerated)