org.eclipse.emf.cdo.server
Class RepositoryNotFoundException

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

public class RepositoryNotFoundException
extends CDOException

An unchecked exception being thrown when opening a session to a named repository that cannot be found.

See Also:
Serialized Form

Constructor Summary
RepositoryNotFoundException(String repositoryName)
           
 
Method Summary
 String getMessage()
           
 String getRepositoryName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RepositoryNotFoundException

public RepositoryNotFoundException(String repositoryName)
Method Detail

getRepositoryName

public String getRepositoryName()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.