|
||||||||||
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
A RuntimeException
representing a
WebDAV
response for a specified DAVResource
.
Constructor Summary | |
DAVException(int status,
String message)
Create a new DAVException instance. |
|
DAVException(int status,
String message,
DAVResource resource)
Create a new DAVException instance. |
|
DAVException(int status,
String message,
Throwable throwable)
Create a new DAVException instance. |
|
DAVException(int s,
String m,
Throwable t,
DAVResource r)
Create a new DAVException instance. |
Method Summary | |
DAVResource |
getResource()
Return the DAVResource associated with this instance. |
int |
getStatus()
Return the status code associated with this instance. |
void |
write(DAVTransaction transaction)
Write the body of this DAVException to the specified
DAVTransaction 's output. |
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 DAVException(int status, String message)
Create a new DAVException
instance.
public DAVException(int status, String message, Throwable throwable)
Create a new DAVException
instance.
public DAVException(int status, String message, DAVResource resource)
Create a new DAVException
instance.
public DAVException(int s, String m, Throwable t, DAVResource r)
Create a new DAVException
instance.
Method Detail |
public int getStatus()
Return the status code associated with this instance.
public DAVResource getResource()
Return the DAVResource
associated with this instance.
public void write(DAVTransaction transaction) throws IOException
Write the body of this DAVException
to the specified
DAVTransaction
's output.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |