org.springframework.web.portlet.handler
Class PortletSessionRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by org.springframework.web.portlet.handler.PortletSessionRequiredException
All Implemented Interfaces:
Serializable

public class PortletSessionRequiredException
extends javax.portlet.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

Constructor Summary
PortletSessionRequiredException(String msg)
          Create a new PortletSessionRequiredException.
 
Method Summary
 
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

PortletSessionRequiredException

public PortletSessionRequiredException(String msg)
Create a new PortletSessionRequiredException.

Parameters:
msg - the detail message