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

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

public class UnknownSessionException
extends ESException

Represents a condition where a session is not known.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
UnknownSessionException(String message)
          Default constructor.
UnknownSessionException(String message, Throwable cause)
          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

UnknownSessionException

public UnknownSessionException(String message,
                               Throwable cause)
Default constructor.

Parameters:
message - the message
cause - underlying exception

UnknownSessionException

public UnknownSessionException(String message)
Default constructor.

Parameters:
message - the message


Copyright © 2015. All Rights Reserved.