Class NoAttachmentDataException

All Implemented Interfaces:
Serializable

@ExperimentalApi public class NoAttachmentDataException extends AttachmentRuntimeException
Represents a case where there is no record for an attachment id.
Since:
v6.3
See Also:
  • Constructor Details

    • NoAttachmentDataException

      public NoAttachmentDataException(String message)
    • NoAttachmentDataException

      public NoAttachmentDataException(Throwable cause)
    • NoAttachmentDataException

      public NoAttachmentDataException(String message, Throwable cause)