Class GenieInvalidStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
-
- com.netflix.genie.common.internal.exceptions.unchecked.GenieInvalidStatusException
-
- All Implemented Interfaces:
java.io.Serializable
public class GenieInvalidStatusException extends GenieRuntimeException
Exception thrown when a status supplied by a client for as their known previous status doesn't match what the system has in the database.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenieInvalidStatusException()
Constructor.GenieInvalidStatusException(java.lang.String message)
Constructor.GenieInvalidStatusException(java.lang.String message, java.lang.Throwable cause)
Constructor.GenieInvalidStatusException(java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
GenieInvalidStatusException
public GenieInvalidStatusException()
Constructor.
-
GenieInvalidStatusException
public GenieInvalidStatusException(java.lang.String message)
Constructor.- Parameters:
message
- The detail message
-
GenieInvalidStatusException
public GenieInvalidStatusException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- The detail messagecause
- The root cause of this exception
-
GenieInvalidStatusException
public GenieInvalidStatusException(java.lang.Throwable cause)
Constructor.- Parameters:
cause
- The root cause of this exception
-
-