org.rhq.enterprise.server.auth
Class SessionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.auth.SessionException
              extended by org.rhq.enterprise.server.auth.SessionNotFoundException
All Implemented Interfaces:
Serializable

public class SessionNotFoundException
extends SessionException

Occurs when the SessionManager does not contain a session.

See Also:
Serialized Form

Constructor Summary
SessionNotFoundException()
           
SessionNotFoundException(String s)
           
SessionNotFoundException(String s, Throwable t)
           
SessionNotFoundException(Throwable t)
           
 
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

SessionNotFoundException

public SessionNotFoundException()

SessionNotFoundException

public SessionNotFoundException(String s)

SessionNotFoundException

public SessionNotFoundException(Throwable t)

SessionNotFoundException

public SessionNotFoundException(String s,
                                Throwable t)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.