Class AttachmentMoveException

All Implemented Interfaces:
Serializable

@ExperimentalApi public class AttachmentMoveException extends AttachmentRuntimeException
Represents a case where there was an error moving the attachment.
Since:
v6.3
See Also:
  • Constructor Details

    • AttachmentMoveException

      public AttachmentMoveException(String message)
    • AttachmentMoveException

      public AttachmentMoveException()
      When used, the message contains only the result of attachfile.error.save.to.store
    • AttachmentMoveException

      public AttachmentMoveException(Throwable cause)
    • AttachmentMoveException

      public AttachmentMoveException(String message, Throwable cause)