org.springframework.web
Class HttpSessionRequiredException

java.lang.Object
  extended by ServletException
      extended by org.springframework.web.HttpSessionRequiredException

public class HttpSessionRequiredException
extends ServletException

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

Since:
2.0
Author:
Juergen Hoeller

Constructor Summary
HttpSessionRequiredException(java.lang.String msg)
          Create a new HttpSessionRequiredException.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionRequiredException

public HttpSessionRequiredException(java.lang.String msg)
Create a new HttpSessionRequiredException.

Parameters:
msg - the detail message