Package io.jmix.webdav.exception
Class WebdavException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.webdav.exception.WebdavException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 WebdavDocumentNotFoundException,WebdavIllegalRequestException,WebdavIllegalResourcePathException,WebdavInternalServerErrorException,WebdavLoadLockTimeoutException,WebdavLockExpiredException,WebdavParentDocumentCollectionNotFoundException,WebdavRejectMergePolicyException,WebdavResourceCorruptedException,WebdavResourceLockedException,WebdavResourceNotLockedException,WebdavResourceUnLockException,WebdavResourceURIMappedException,WebdavSecurityException
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionWebdavException(WebdavCause webdavCause) WebdavException(WebdavCause webdavCause, String message) WebdavException(WebdavCause webdavCause, String message, Throwable causeEx) WebdavException(WebdavCause webdavCause, Throwable causeEx)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Field Details
- 
webdavCause
 
 - 
 - 
Constructor Details
- 
WebdavException
 - 
WebdavException
 - 
WebdavException
 - 
WebdavException
 
 - 
 - 
Method Details
- 
getWebdavCause
 - 
additionalMessageParams
 - 
toString
 - 
getMessage
Returns a short description of this throwable. The result is the concatenation of:- the name of the class of this object
 - ": " (a colon and a space)
 -  the result of invoking this object's 
Throwable.getLocalizedMessage()method 
getLocalizedMessagereturnsnull, then just the class name is returned.- Overrides:
 getMessagein classThrowable- Returns:
 - a string representation of this throwable.
 
 
 -