java.io.Serializable
public class WebdavException
extends java.lang.RuntimeException
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
NOT_IMPLEMENTED |
Method not implemented for Webdav
|
static java.lang.String |
RELATIVE_FILE |
Method not implemented for Webdav
|
Constructor | Description |
---|---|
WebdavException(java.lang.Exception e) |
|
WebdavException(java.lang.String msg) |
public static final java.lang.String NOT_IMPLEMENTED
public static final java.lang.String RELATIVE_FILE