nl.gx.webmanager.springmvc
Class NoLoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.springmvc.NoLoginException
All Implemented Interfaces:
java.io.Serializable

public class NoLoginException
extends java.lang.Exception

Exception when a springrequest is handled when the user is not loged in anymore. thrown in the WebManagerControllerHandlerInterceptor see pring configuration (springmvc-servelt.xml SimpleMappingExceptionResolver for handling details)

Author:
arthurm
See Also:
Serialized Form

Constructor Summary
NoLoginException(java.lang.String 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

NoLoginException

public NoLoginException(java.lang.String message)
Parameters:
message -


Copyright © 2007-2011 GX Software BV. All Rights Reserved.