|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.ac.tuwien.dslab.rmi.common.impl.FileManException
at.ac.tuwien.dslab.rmi.common.impl.RepositoryNamingException
public class RepositoryNamingException
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_').
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 |
---|
public RepositoryNamingException(java.lang.String repositoryName)
RepositoryNamingException
.
It creates an error message in the following format:
repositoryName
- the name of the repository.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |