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 Details

    • InteractionException

      public InteractionException(UserMessage userMessage)
    • InteractionException

      public InteractionException(UserMessage userMessage, Throwable t)
  • Method Details