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
public class InteractionException extends RuntimeException
This runtime exception is thrown by some methods related to interactions.
-
-
Constructor Summary
Constructors Constructor Description InteractionException(UserMessage userMessage)
InteractionException(UserMessage userMessage, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserMessage
getUserMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InteractionException
public InteractionException(UserMessage userMessage)
-
InteractionException
public InteractionException(UserMessage userMessage, Throwable t)
-
-
Method Detail
-
getUserMessage
public UserMessage getUserMessage()
-
-