Class ContextException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BusyConversationException, ContextNotActiveException, NonexistentConversationException

public class ContextException extends RuntimeException

Indicates a problem relating to context management.

Author:
Pete Muir, Shane Bryzak
See Also:
  • Constructor Details

    • ContextException

      public ContextException()
      Creates the exception with no detail message or cause.
    • ContextException

      public ContextException(String message)
      Creates the exception with given detail message.
      Parameters:
      message - the detail message
    • ContextException

      public ContextException(Throwable cause)
      Creates the exception with given cause.
      Parameters:
      cause - the cause
    • ContextException

      public ContextException(String message, Throwable cause)
      Creates the exception with given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause