public class JobDirectoryManifestNotFoundException
extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
| Constructor and Description |
|---|
JobDirectoryManifestNotFoundException()
Constructor.
|
JobDirectoryManifestNotFoundException(java.lang.String message)
Constructor.
|
JobDirectoryManifestNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
JobDirectoryManifestNotFoundException(java.lang.Throwable cause)
Constructor.
|
public JobDirectoryManifestNotFoundException()
public JobDirectoryManifestNotFoundException(java.lang.String message)
message - The detail messagepublic JobDirectoryManifestNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - The detail messagecause - The root cause of this exceptionpublic JobDirectoryManifestNotFoundException(java.lang.Throwable cause)
cause - The root cause of this exception