Class ContextNotFoundException

    • Constructor Detail

      • ContextNotFoundException

        public ContextNotFoundException​(String message)
        Instantiates a new context not found exception.
        Parameters:
        message - the message
      • ContextNotFoundException

        public ContextNotFoundException​(Throwable cause)
        Instantiates a new context not found exception.
        Parameters:
        cause - the cause
      • ContextNotFoundException

        public ContextNotFoundException​(String message,
                                        Throwable cause)
        Instantiates a new context not found exception.
        Parameters:
        message - the message
        cause - the cause