Class InvalidWorklistItemStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.model.worklistmodel.InvalidWorklistItemStateException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class InvalidWorklistItemStateException extends IlmException
- See Also:
InvalidWorklistItemStateException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description WorklistConstants.WorklistItemState
state
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description InvalidWorklistItemStateException()
The constructor required for bean deserialisation.InvalidWorklistItemStateException(InvalidWorklistItemStateException iwise)
-
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
-
state
public WorklistConstants.WorklistItemState state
-
-
Constructor Detail
-
InvalidWorklistItemStateException
public InvalidWorklistItemStateException()
The constructor required for bean deserialisation.
-
InvalidWorklistItemStateException
public InvalidWorklistItemStateException(@NotNull InvalidWorklistItemStateException iwise)
-
-