|
||||||||||
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.RepositoryNotExistsException
public class RepositoryNotExistsException
The RepositoryNotExistsException
is thrown when
an operation is invoked on a non-existing repository.
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 |
---|
public RepositoryNotExistsException(java.lang.String repositoryName)
RepositoryNotExistsException
. 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 |