|
||||||||||
| 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
org.apache.webdav.lib.WebdavException
public class WebdavException
Wraps other Exceptions into RuntimeException. It indicates some server access problems or implementation shortcomings
| Field Summary | |
|---|---|
static java.lang.String |
NOT_IMPLEMENTED
Method not implemented for Webdav |
static java.lang.String |
RELATIVE_FILE
Method not implemented for Webdav |
| Constructor Summary | |
|---|---|
WebdavException(java.lang.Exception e)
|
|
WebdavException(java.lang.String msg)
|
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NOT_IMPLEMENTED
public static final java.lang.String RELATIVE_FILE
| Constructor Detail |
|---|
public WebdavException(java.lang.Exception e)
public WebdavException(java.lang.String msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||