Class GenieNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.exceptions.GenieException
com.netflix.genie.common.exceptions.GenieNotFoundException
- All Implemented Interfaces:
Serializable
Extension of a GenieException for all not found exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GenieNotFoundException
(String msg, Throwable cause) Constructor. -
Method Summary
Methods inherited from class com.netflix.genie.common.exceptions.GenieException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenieNotFoundException
Constructor.- Parameters:
msg
- human readable messagecause
- reason for this exception
-
GenieNotFoundException
Constructor.- Parameters:
msg
- human readable message
-