org.springframework.web.servlet.support
Class SessionRequiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SessionRequiredException(String msg)
           
 
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(String msg)


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