Package io.kadai.task.api.exceptions
Class InvalidTaskStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.kadai.common.api.exceptions.KadaiException
io.kadai.task.api.exceptions.InvalidTaskStateException
- All Implemented Interfaces:
Serializable
public class InvalidTaskStateException
extends io.kadai.common.api.exceptions.KadaiException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidTaskStateException
(String taskId, TaskState taskState, TaskState... requiredTaskStates) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.kadai.common.api.exceptions.KadaiException
ensureNullIsHandled, getErrorCode, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
ERROR_KEY
- See Also:
-
-
Constructor Details
-
InvalidTaskStateException
-
-
Method Details
-
getTaskId
-
getTaskState
-
getRequiredTaskStates
-