Class AttachmentTooLargeException

All Implemented Interfaces:
Serializable

public class AttachmentTooLargeException extends SaveAttachmentException
Exception thrown when the user tries to submit a job whose attachments exceed the limits.
Since:
4.0.0
See Also:
  • Constructor Details

    • AttachmentTooLargeException

      public AttachmentTooLargeException()
      Constructor.
    • AttachmentTooLargeException

      public AttachmentTooLargeException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • AttachmentTooLargeException

      public AttachmentTooLargeException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • AttachmentTooLargeException

      public AttachmentTooLargeException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception