Class GenieServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.exceptions.GenieException
com.netflix.genie.common.exceptions.GenieServerException
- All Implemented Interfaces:
Serializable
Extension of a GenieException for all internal server failures.
- See Also:
-
Constructor Summary
-
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
-
GenieServerException
Constructor.- Parameters:
msg
- human readable messagecause
- reason for this exception
-
GenieServerException
Constructor.- Parameters:
msg
- human readable message
-