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:
java.io.Serializable
public class GenieNotFoundException extends GenieException
Extension of a GenieException for all not found exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenieNotFoundException(java.lang.String msg)
Constructor.GenieNotFoundException(java.lang.String msg, java.lang.Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class com.netflix.genie.common.exceptions.GenieException
getErrorCode
-
-
-
-
Constructor Detail
-
GenieNotFoundException
public GenieNotFoundException(java.lang.String msg, java.lang.Throwable cause)
Constructor.- Parameters:
msg
- human readable messagecause
- reason for this exception
-
GenieNotFoundException
public GenieNotFoundException(java.lang.String msg)
Constructor.- Parameters:
msg
- human readable message
-
-