Class IllegalAttachmentFileNameException

All Implemented Interfaces:
Serializable

public class IllegalAttachmentFileNameException extends SaveAttachmentException
Exception thrown when the attachment filename is illegal.
Since:
4.0.0
See Also:
  • Constructor Details

    • IllegalAttachmentFileNameException

      public IllegalAttachmentFileNameException()
      Constructor.
    • IllegalAttachmentFileNameException

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

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

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