站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

HttpSessionRequiredException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.web
Class HttpSessionRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.springframework.web.HttpSessionRequiredException
All Implemented Interfaces:
Serializable

public class HttpSessionRequiredException
extends ServletException

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

Since:
2.0
Author:
Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
HttpSessionRequiredException(String msg)
          Create a new HttpSessionRequiredException.
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

HttpSessionRequiredException

public HttpSessionRequiredException(String msg)
Create a new HttpSessionRequiredException.

Parameters:
msg - the detail message

The Spring Framework

Copyright © 2002-2007 The Spring Framework.