当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
PortletSessionRequiredException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.web.portlet.handler
Class PortletSessionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
org.springframework.web.portlet.handler.PortletSessionRequiredException
- All Implemented Interfaces:
- Serializable
public class PortletSessionRequiredException
- extends PortletException
Exception thrown when a portlet content generator requires a pre-existing session.
- Since:
- 2.0
- Author:
- John A. Lewis
- See Also:
PortletContentGenerator
,
Serialized Form
PortletSessionRequiredException
public PortletSessionRequiredException(String msg)
- Create a new PortletSessionRequiredException.
- Parameters:
msg
- the detail message
Copyright © 2002-2007 The Spring Framework.