Package org.eclipse.emf.cdo.server
Class RepositoryNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.emf.cdo.common.util.CDOException
- 
- org.eclipse.emf.cdo.server.RepositoryNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class RepositoryNotFoundException extends CDOException An unchecked exception being thrown when opening asessionto a namedrepositorythat cannot be found.- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RepositoryNotFoundException(java.lang.String repositoryName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringgetRepositoryName()
 
-