Class AttachmentTooLargeException
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.AttachmentTooLargeException
- All Implemented Interfaces:
Serializable
Exception thrown when the user tries to submit a job whose attachments exceed the limits.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.AttachmentTooLargeException
(String message) Constructor.AttachmentTooLargeException
(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
-
AttachmentTooLargeException
public AttachmentTooLargeException()Constructor. -
AttachmentTooLargeException
Constructor.- Parameters:
message
- The detail message
-
AttachmentTooLargeException
Constructor.- Parameters:
message
- The detail messagecause
- The root cause of this exception
-
AttachmentTooLargeException
Constructor.- Parameters:
cause
- The root cause of this exception
-