Class IllegalInteractionStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.orchestranetworks.interactions.InteractionException
-
- com.orchestranetworks.interactions.IllegalInteractionStateException
-
- All Implemented Interfaces:
Serializable
public final class IllegalInteractionStateException extends InteractionException
This runtime exception is thrown by some methods which try to change the interaction state while the current interaction state has already been accepted or rejected.- Since:
- 5.7.1-fixP
-
-
Constructor Summary
Constructors Constructor Description IllegalInteractionStateException(UserMessage userMessage)
-
Method Summary
-
Methods inherited from class com.orchestranetworks.interactions.InteractionException
getUserMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalInteractionStateException
public IllegalInteractionStateException(UserMessage userMessage)
-
-