Class WebdavException

All Implemented Interfaces:
Serializable

public class WebdavException extends RuntimeException
Wraps other Exceptions into RuntimeException. It indicates some server access problems or implementation shortcomings
See Also:
  • Field Details

  • Constructor Details

    • WebdavException

      public WebdavException(Exception e)
    • WebdavException

      public WebdavException(String msg)