public class

HttpSessionRequiredException

extends ServletException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.servlet.ServletException
         ↳ org.springframework.web.HttpSessionRequiredException

Class Overview

Exception thrown when an HTTP request handler requires a pre-existing session.

Summary

Public Constructors
HttpSessionRequiredException(String msg)
Create a new HttpSessionRequiredException.
[Expand]
Inherited Methods
From class javax.servlet.ServletException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HttpSessionRequiredException (String msg)

Create a new HttpSessionRequiredException.

Parameters
msg the detail message