Class WebdavException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebdavDocumentNotFoundException, WebdavIllegalRequestException, WebdavIllegalResourcePathException, WebdavInternalServerErrorException, WebdavLoadLockTimeoutException, WebdavLockExpiredException, WebdavParentDocumentCollectionNotFoundException, WebdavRejectMergePolicyException, WebdavResourceCorruptedException, WebdavResourceLockedException, WebdavResourceNotLockedException, WebdavResourceUnLockException, WebdavResourceURIMappedException, WebdavSecurityException

public class WebdavException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getWebdavCause

      public WebdavCause getWebdavCause()
    • additionalMessageParams

      protected Map<String,Object> additionalMessageParams()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • getMessage

      public String getMessage()
      Returns a short description of this throwable. The result is the concatenation of: If getLocalizedMessage returns null, then just the class name is returned.
      Overrides:
      getMessage in class Throwable
      Returns:
      a string representation of this throwable.