Package de.otto.jlineup.service
Class InvalidRunStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.otto.jlineup.service.InvalidRunStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidRunStateException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRunStateException(java.lang.String id, State currentState, State expectedState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StategetCurrentState()StategetExpectedState()java.lang.StringgetId()
-