|
||||||||||
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.DocumentAlreadyExistsException
public class DocumentAlreadyExistsException
The DocumentAlreadyExistsException
is thrown when
an existing document is imported to a repository
(which means the document was previously imported).
Constructor Summary | |
---|---|
DocumentAlreadyExistsException(java.lang.String documentName)
Creates a new DocumentAlreadyExistsException . |
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 DocumentAlreadyExistsException(java.lang.String documentName)
DocumentAlreadyExistsException
.
It creates an error message in the following format:
documentName
- the name of the repository.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |