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

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.RepositoryNamingException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryNamingException
extends FileManException

The RepositoryNamingExistsException is thrown when the repository name does not stick to the naming convention (for user 'dsgfmXXX' the repository name has to start with 'dsgfmXXX_').

See Also:
Serialized Form

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

RepositoryNamingException

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

Parameters:
repositoryName - the name of the repository.