at.ac.tuwien.dslab.rmi.common.impl
Class RepositoryNotExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.ac.tuwien.dslab.rmi.common.impl.FileManException
              extended by at.ac.tuwien.dslab.rmi.common.impl.RepositoryNotExistsException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryNotExistsException
extends FileManException

The RepositoryNotExistsException is thrown when an operation is invoked on a non-existing repository.

See Also:
Serialized Form

Constructor Summary
RepositoryNotExistsException(java.lang.String repositoryName)
          Creates a new RepositoryNotExistsException.
 
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

RepositoryNotExistsException

public RepositoryNotExistsException(java.lang.String repositoryName)
Creates a new RepositoryNotExistsException. It creates an error message in the following format:
The repository "$REPOSITORY" does not exist.

Parameters:
repositoryName - the name of the repository.