org.apache.webdav.lib

Class WebdavException


public class WebdavException
extends RuntimeException

Wraps other Exceptions into RuntimeException. It indicates some server access problems or implementation shortcomings

Field Summary

static String
NOT_IMPLEMENTED
Method not implemented for Webdav
static String
RELATIVE_FILE
Method not implemented for Webdav

Constructor Summary

WebdavException(Exception e)
WebdavException(String msg)

Field Details

NOT_IMPLEMENTED

public static final String NOT_IMPLEMENTED
Method not implemented for Webdav

RELATIVE_FILE

public static final String RELATIVE_FILE
Method not implemented for Webdav

Constructor Details

WebdavException

public WebdavException(Exception e)

WebdavException

public WebdavException(String msg)