Class InvalidLifeCyclePhaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.automatiko.engine.api.workflow.workitem.InvalidLifeCyclePhaseException
-
- All Implemented Interfaces:
Serializable
public class InvalidLifeCyclePhaseException extends RuntimeException
Thrown when there is no such life cycle phase- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLifeCyclePhaseException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidLifeCyclePhaseException
public InvalidLifeCyclePhaseException(String message)
-
-