Class DownloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.DownloadException
- All Implemented Interfaces:
Serializable
Exception thrown by services that fail to download dependencies for a job.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionDownloadException
(String message) Constructor with message.DownloadException
(String message, Throwable cause) Constructor with message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DownloadException
Constructor with message.- Parameters:
message
- a message
-
DownloadException
Constructor with message and cause.- Parameters:
message
- a messagecause
- a cause
-