Class GeniePreconditionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netflix.genie.common.exceptions.GenieException
-
- com.netflix.genie.common.exceptions.GeniePreconditionException
-
- All Implemented Interfaces:
java.io.Serializable
public class GeniePreconditionException extends GenieException
Extension of a GenieException for all precondition failures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeniePreconditionException(java.lang.String msg)
Constructor.GeniePreconditionException(java.lang.String msg, java.lang.Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class com.netflix.genie.common.exceptions.GenieException
getErrorCode
-
-
-
-
Constructor Detail
-
GeniePreconditionException
public GeniePreconditionException(java.lang.String msg, java.lang.Throwable cause)
Constructor.- Parameters:
msg
- human readable messagecause
- reason for this exception
-
GeniePreconditionException
public GeniePreconditionException(java.lang.String msg)
Constructor.- Parameters:
msg
- human readable message
-
-