Class InteractionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orchestranetworks.interactions.InteractionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalInteractionStateException
This runtime exception is thrown by some methods related to interactions.
-
Constructor Summary
ConstructorDescriptionInteractionException
(UserMessage userMessage) InteractionException
(UserMessage userMessage, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InteractionException
-
InteractionException
-
-
Method Details
-
getUserMessage
-