org.eclipse.emf.cdo.server
Class SessionCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.cdo.common.util.CDOException
                  extended by org.eclipse.emf.cdo.server.SessionCreationException
All Implemented Interfaces:
java.io.Serializable

public class SessionCreationException
extends CDOException

See Also:
Serialized Form

Constructor Summary
SessionCreationException()
           
SessionCreationException(java.lang.String message)
           
SessionCreationException(java.lang.String message, java.lang.Throwable cause)
           
SessionCreationException(java.lang.Throwable cause)
           
 
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

SessionCreationException

public SessionCreationException()

SessionCreationException

public SessionCreationException(java.lang.String message)

SessionCreationException

public SessionCreationException(java.lang.String message,
                                java.lang.Throwable cause)

SessionCreationException

public SessionCreationException(java.lang.Throwable cause)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.