当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
HttpSessionRequiredException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.web
Class HttpSessionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpSessionRequiredException
public HttpSessionRequiredException(String msg)
- Create a new HttpSessionRequiredException.
- Parameters:
msg
- the detail message
Copyright © 2002-2007 The Spring Framework.