|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.could.webdav.DAVException
it.could.webdav.DAVMultiStatus
A DAVException representing a
WebDAV
207 (Multi-Status) response.
| Constructor Summary | |
DAVMultiStatus()
Create a new DAVMultiStatus instance. |
|
| Method Summary | |
void |
merge(DAVException exception)
Merge the details held into the specified DAVException
into this instance. |
void |
merge(DAVMultiStatus multistatus)
Merge the responses held into the specified DAVMultiStatus
into this instance. |
int |
size()
Return the number of responses held in this instance. |
void |
write(DAVTransaction transaction)
Write the body of the multi-status response to the specified DAVTransaction's output. |
| Methods inherited from class it.could.webdav.DAVException |
getResource, getStatus |
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DAVMultiStatus()
Create a new DAVMultiStatus instance.
| Method Detail |
public void write(DAVTransaction transaction)
throws IOException
Write the body of the multi-status response to the specified
DAVTransaction's output.
write in class DAVExceptionIOExceptionpublic int size()
Return the number of responses held in this instance.
public void merge(DAVMultiStatus multistatus)
Merge the responses held into the specified DAVMultiStatus
into this instance.
public void merge(DAVException exception)
Merge the details held into the specified DAVException
into this instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||