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

Constructor Summary
SessionRequiredException(String msg)
           
SessionRequiredException(String msg, Throwable ex)
           

Constructor Detail

SessionRequiredException

public SessionRequiredException(String msg)

SessionRequiredException

public SessionRequiredException(String msg, Throwable ex)