org.rhq.enterprise.server.auth
Class SessionException

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

public class SessionException
extends Exception

This Session base class is thrown when there are session related issues such as SessionNotFoundException and SessionTimeoutException.

See Also:
Serialized Form

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

SessionException

public SessionException()

SessionException

public SessionException(String s)

SessionException

public SessionException(Throwable t)

SessionException

public SessionException(String s,
                        Throwable t)


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