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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionWebdavException(WebdavCause webdavCause) WebdavException(WebdavCause webdavCause, String message) WebdavException(WebdavCause webdavCause, String message, Throwable causeEx) WebdavException(WebdavCause webdavCause, Throwable causeEx) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Field Details- 
webdavCause
 
- 
- 
Constructor Details- 
WebdavException
- 
WebdavException
- 
WebdavException
- 
WebdavException
 
- 
- 
Method Details- 
getWebdavCause
- 
additionalMessageParams
- 
toString
- 
getMessageReturns 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 class- Throwable
- Returns:
- a string representation of this throwable.
 
 
-