org.apache.webdav.lib
Class WebdavException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.webdav.lib.WebdavException
- All Implemented Interfaces:
- java.io.Serializable
- public class WebdavException
- extends java.lang.RuntimeException
Wraps other Exceptions into RuntimeException. It indicates
some server access problems or implementation shortcomings
- Author:
- Eckard Buchner
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
NOT_IMPLEMENTED
Method not implemented for Webdav |
static java.lang.String |
RELATIVE_FILE
Method not implemented for Webdav |
Fields inherited from class java.lang.RuntimeException |
|
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 |
NOT_IMPLEMENTED
public static final java.lang.String NOT_IMPLEMENTED
- Method not implemented for Webdav
- See Also:
- Constant Field Values
RELATIVE_FILE
public static final java.lang.String RELATIVE_FILE
- Method not implemented for Webdav
- See Also:
- Constant Field Values
WebdavException
public WebdavException(java.lang.Exception e)
WebdavException
public WebdavException(java.lang.String msg)