Package io.jmix.webdav.exception
Class WebdavResourceCorruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.webdav.exception.WebdavException
io.jmix.webdav.exception.WebdavResourceCorruptedException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsFields inherited from class io.jmix.webdav.exception.WebdavExceptionwebdavCause
- 
Constructor SummaryConstructorsConstructorDescriptionWebdavResourceCorruptedException(WebdavCause webdavCause, String fieldName) WebdavResourceCorruptedException(WebdavCause webdavCause, String fieldName, String message) WebdavResourceCorruptedException(WebdavCause webdavCause, String fieldName, String message, Throwable causeEx) WebdavResourceCorruptedException(WebdavCause webdavCause, String fieldName, Throwable causeEx) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class io.jmix.webdav.exception.WebdavExceptiongetMessage, getWebdavCause, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Field Details- 
fieldName
 
- 
- 
Constructor Details- 
WebdavResourceCorruptedException
- 
WebdavResourceCorruptedException
- 
WebdavResourceCorruptedExceptionpublic WebdavResourceCorruptedException(WebdavCause webdavCause, String fieldName, Throwable causeEx) 
- 
WebdavResourceCorruptedExceptionpublic WebdavResourceCorruptedException(WebdavCause webdavCause, String fieldName, String message, Throwable causeEx) 
 
- 
- 
Method Details- 
getFieldName
- 
additionalMessageParams- Overrides:
- additionalMessageParamsin class- WebdavException
 
 
-