Class 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.
Author:
Eike Stepper
See Also:
  • Constructor Details

    • RepositoryNotFoundException

      public RepositoryNotFoundException(String repositoryName)
  • Method Details