edu.internet2.middleware.grouper.ui.exceptions
Class NoSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.ui.exceptions.NoSessionException
All Implemented Interfaces:
Serializable

public class NoSessionException
extends RuntimeException

when the invalid session is detected (container not there on internal call)

See Also:
Serialized Form

Constructor Summary
NoSessionException()
           
NoSessionException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSessionException

public NoSessionException()

NoSessionException

public NoSessionException(String message)
Parameters:
message -