当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
SessionRequiredException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.web.servlet.support
Class SessionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.springframework.web.servlet.support.SessionRequiredException
- All Implemented Interfaces:
- Serializable
public class SessionRequiredException
- extends ServletException
Exception thrown when a handler requires a pre-existing session
or specific pre-existing state in the session.
- Author:
- Rod Johnson, Juergen Hoeller
- See Also:
WebContentGenerator
,
AbstractFormController.getCommand(javax.servlet.http.HttpServletRequest)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SessionRequiredException
public SessionRequiredException(String msg)
- Create a new SessionRequiredException.
- Parameters:
msg
- the detail message
Copyright (c) 2002-2007 The Spring Framework Project.