org.rhq.enterprise.server.auth
Class SessionTimeoutException

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.SessionTimeoutException
All Implemented Interfaces:
Serializable

public class SessionTimeoutException
extends SessionException

Occurs when the SessionManager has a session but its timeout has expired.

See Also:
Serialized Form

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

SessionTimeoutException

public SessionTimeoutException()

SessionTimeoutException

public SessionTimeoutException(String s)

SessionTimeoutException

public SessionTimeoutException(Throwable t)

SessionTimeoutException

public SessionTimeoutException(String s,
                               Throwable t)


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