Package io.jmix.webdav.exception
Class WebdavResourceURIMappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.webdav.exception.WebdavException
io.jmix.webdav.exception.WebdavResourceURIMappedException
- All Implemented Interfaces:
 Serializable
Is thrown when a document collection with the same URI already exists.
- See Also:
 
- 
Field Summary
Fields inherited from class io.jmix.webdav.exception.WebdavException
webdavCause - 
Constructor Summary
ConstructorsConstructorDescriptionWebdavResourceURIMappedException(WebdavCause webdavCause) WebdavResourceURIMappedException(WebdavCause webdavCause, String message) WebdavResourceURIMappedException(WebdavCause webdavCause, String message, Throwable causeEx) WebdavResourceURIMappedException(WebdavCause webdavCause, Throwable causeEx)  - 
Method Summary
Methods inherited from class io.jmix.webdav.exception.WebdavException
additionalMessageParams, getMessage, getWebdavCause, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Constructor Details
- 
WebdavResourceURIMappedException
 - 
WebdavResourceURIMappedException
 - 
WebdavResourceURIMappedException
 - 
WebdavResourceURIMappedException
 
 -