org.springframework.web.servlet.mvc
Class SessionRequiredException
|
+--org.springframework.web.servlet.mvc.SessionRequiredException
- public class SessionRequiredException
- extends ServletException
Exception thrown when a Controller requires a session for the
current method. This exception is normally raised by framework
code, but may sometimes be handled by application code.
- Author:
- Rod Johnson
SessionRequiredException
public SessionRequiredException(String msg)
SessionRequiredException
public SessionRequiredException(String msg, Throwable ex)