Class ContextNotActiveException

All Implemented Interfaces:
Serializable

public class ContextNotActiveException extends ContextException

Indicates that a context is not active.

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

    • ContextNotActiveException

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

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

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

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