Class AttachmentStoreException

All Implemented Interfaces:
Serializable

public class AttachmentStoreException extends AttachmentException
Exception thrown when an operation on a data store for attachments, such as the database or disk, fails.
Since:
7.0
See Also:
  • Constructor Details

    • AttachmentStoreException

      public AttachmentStoreException(@Nonnull KeyedMessage message, @Nullable Throwable cause)