Class JobDirectoryManifestNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.JobDirectoryManifestNotFoundException
- All Implemented Interfaces:
Serializable
An exception thrown when a job was archived but the manifest of the archive can't be found in the archive location.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.Constructor.JobDirectoryManifestNotFoundException
(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
-
JobDirectoryManifestNotFoundException
public JobDirectoryManifestNotFoundException()Constructor. -
JobDirectoryManifestNotFoundException
Constructor.- Parameters:
message
- The detail message
-
JobDirectoryManifestNotFoundException
Constructor.- Parameters:
message
- The detail messagecause
- The root cause of this exception
-
JobDirectoryManifestNotFoundException
Constructor.- Parameters:
cause
- The root cause of this exception
-