Class InvalidActivityStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.model.execution.InvalidActivityStateException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class InvalidActivityStateException extends IlmException
- See Also:
InvalidActivityStateException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ProcessConstants.NodeState
activityState
@Valid QualifiedAgent
agent
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description InvalidActivityStateException()
The constructor required for bean deserialisation.InvalidActivityStateException(InvalidActivityStateException iase)
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
activityState
public ProcessConstants.NodeState activityState
-
agent
@Valid public @Valid QualifiedAgent agent
-
-
Constructor Detail
-
InvalidActivityStateException
public InvalidActivityStateException()
The constructor required for bean deserialisation.
-
InvalidActivityStateException
public InvalidActivityStateException(@NotNull InvalidActivityStateException iase)
-
-