Class JobArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.common.internal.exceptions.checked.JobArchiveException
- All Implemented Interfaces:
Serializable
Exception thrown in case there is a problem with archiving files.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.JobArchiveException
(String message) Constructor with message.JobArchiveException
(String message, Throwable cause) Constructor with message and cause.JobArchiveException
(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
-
JobArchiveException
public JobArchiveException()Constructor. -
JobArchiveException
Constructor with message.- Parameters:
message
- a message
-
JobArchiveException
Constructor with message and cause.- Parameters:
message
- a messagecause
- a cause
-
JobArchiveException
Constructor.- Parameters:
cause
- The root cause of this exception
-