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 web content generator requires a pre-existing session.
- Author:
- Rod Johnson
- See Also:
WebContentGenerator
,
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)
Copyright (c) 2002-2005 The Spring Framework Project.