Class ContextNotActiveException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContextNotActiveException
    extends ContextException

    Indicates that a context is not active.

    Author:
    Pete Muir, Shane Bryzak, Gavin King
    See Also:
    Context, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContextNotActiveException

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

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

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

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