Package 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- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NOT_IMPLEMENTED
Method not implemented for Webdavstatic java.lang.String
RELATIVE_FILE
Method not implemented for Webdav
-
Constructor Summary
Constructors Constructor Description WebdavException(java.lang.Exception e)
WebdavException(java.lang.String msg)
-
-
-
Field Detail
-
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
-
-