Class ContextNotActiveException

All Implemented Interfaces:
Serializable

public class ContextNotActiveException extends ContextException

Indicates that a context is not active.

See Also:
  • Constructor Details

    • ContextNotActiveException

      public ContextNotActiveException()
    • ContextNotActiveException

      public ContextNotActiveException(String message)
    • ContextNotActiveException

      public ContextNotActiveException(Throwable cause)
    • ContextNotActiveException

      public ContextNotActiveException(String message, Throwable cause)