magoffin.matt.ma2.web
Class NoUserSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by magoffin.matt.ma2.web.NoUserSessionException
All Implemented Interfaces:
java.io.Serializable

public class NoUserSessionException
extends java.lang.RuntimeException

Exception thrown when no Session is available in the current HttpSession.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
Matt Magoffin (spamsqr@msqr.us)
See Also:
Serialized Form

Constructor Summary
NoUserSessionException()
          Default constructor.
NoUserSessionException(java.lang.String msg)
          Construct with a message.
 
Method Summary
 
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

NoUserSessionException

public NoUserSessionException()
Default constructor.


NoUserSessionException

public NoUserSessionException(java.lang.String msg)
Construct with a message.

Parameters:
msg - the message