Class HttpSessionRequiredException

    • Constructor Detail

      • HttpSessionRequiredException

        public HttpSessionRequiredException​(String msg,
                                            String expectedAttribute)
        Create a new HttpSessionRequiredException.
        Parameters:
        msg - the detail message
        expectedAttribute - the name of the expected session attribute
        Since:
        4.3
    • Method Detail