Class AttachmentCleanupException

All Implemented Interfaces:
Serializable

public class AttachmentCleanupException extends AttachmentRuntimeException
Represents a situation where attachments could not be cleaned up.
Since:
v6.3
See Also:
  • Constructor Details

    • AttachmentCleanupException

      public AttachmentCleanupException(String message)
    • AttachmentCleanupException

      public AttachmentCleanupException(String message, Throwable cause)
    • AttachmentCleanupException

      public AttachmentCleanupException(Throwable cause)