Class IllegalAttachmentFileNameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.SaveAttachmentException
com.netflix.genie.web.exceptions.checked.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