org.eclipse.emf.emfstore.internal.server.exceptions
Class SessionTimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.server.exceptions.ESException
              extended by org.eclipse.emf.emfstore.internal.server.exceptions.AccessControlException
                  extended by org.eclipse.emf.emfstore.internal.server.exceptions.SessionTimedOutException
All Implemented Interfaces:
Serializable

public class SessionTimedOutException
extends AccessControlException

Represents a condition where a session id is timed out.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
SessionTimedOutException(String message)
          Default constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionTimedOutException

public SessionTimedOutException(String message)
Default constructor.

Parameters:
message - the message


Copyright © 2016. All Rights Reserved.