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
Exception thrown when the attachment filename is illegal.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.IllegalAttachmentFileNameException
(String message) Constructor.IllegalAttachmentFileNameException
(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalAttachmentFileNameException
public IllegalAttachmentFileNameException()Constructor. -
IllegalAttachmentFileNameException
Constructor.- Parameters:
message
- The detail message
-
IllegalAttachmentFileNameException
Constructor.- Parameters:
message
- The detail messagecause
- The root cause of this exception
-
IllegalAttachmentFileNameException
Constructor.- Parameters:
cause
- The root cause of this exception
-