|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.outerj.daisy.repository.RepositoryException
org.outerj.daisy.repository.DocumentNotFoundException
public class DocumentNotFoundException
| Constructor Summary | |
|---|---|
DocumentNotFoundException(long id)
|
|
DocumentNotFoundException(java.util.Map params)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
java.lang.String |
getMessage(java.util.Locale locale)
|
java.util.Map |
getState()
Exceptions which can externalize their state as a map containing string-string pairs can override this method to do so. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentNotFoundException(long id)
public DocumentNotFoundException(java.util.Map params)
| Method Detail |
|---|
public java.util.Map getState()
RepositoryExceptionThis is used to reconstruct server-side exceptions in the repository client.
getState in class RepositoryExceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getMessage(java.util.Locale locale)
getMessage in interface LocalizedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||