org.springframework.web.servlet.mvc
Class SessionRequiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.springframework.web.servlet.mvc.SessionRequiredException
All Implemented Interfaces:
java.io.Serializable

public class SessionRequiredException
extends javax.servlet.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
See Also:
Serialized Form

Constructor Summary
SessionRequiredException(java.lang.String msg)
           
SessionRequiredException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

SessionRequiredException

public SessionRequiredException(java.lang.String msg)

SessionRequiredException

public SessionRequiredException(java.lang.String msg,
                                java.lang.Throwable ex)


Copyright (C) 2003-2004 The Spring Framework Project.