Class JobNotArchivedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.JobNotArchivedException
- All Implemented Interfaces:
Serializable
An exception thrown when a job is completed but wasn't archived and thus output isn't available.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.JobNotArchivedException
(String message) Constructor.JobNotArchivedException
(String message, Throwable cause) Constructor.JobNotArchivedException
(Throwable cause) 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
-
JobNotArchivedException
public JobNotArchivedException()Constructor. -
JobNotArchivedException
Constructor.- Parameters:
message
- The detail message
-
JobNotArchivedException
Constructor.- Parameters:
message
- The detail messagecause
- The root cause of this exception
-
JobNotArchivedException
Constructor.- Parameters:
cause
- The root cause of this exception
-