Class 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 Webdav
      static java.lang.String RELATIVE_FILE
      Method not implemented for Webdav
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
    • Constructor Detail

      • WebdavException

        public WebdavException​(java.lang.Exception e)
      • WebdavException

        public WebdavException​(java.lang.String msg)