org.rhq.enterprise.server.auth
Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.