uk.ac.ebi.intact.application.hierarchView.exception
Class SessionExpiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ebi.intact.application.hierarchView.exception.SessionExpiredException
All Implemented Interfaces:
java.io.Serializable

public class SessionExpiredException
extends java.lang.Exception

Thrown when the user session is expired.

Version:
$Id: SessionExpiredException.java,v 1.2 2003/03/18 10:38:37 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)
See Also:
Serialized Form

Constructor Summary
SessionExpiredException()
           
SessionExpiredException(java.lang.String message)
           
 
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

SessionExpiredException

public SessionExpiredException()

SessionExpiredException

public SessionExpiredException(java.lang.String message)


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk