Package io.jmix.webdav.exception
Class WebdavInternalServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.webdav.exception.WebdavException
io.jmix.webdav.exception.WebdavInternalServerErrorException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
Fields inherited from class io.jmix.webdav.exception.WebdavException
webdavCause - 
Constructor Summary
ConstructorsConstructorDescriptionWebdavInternalServerErrorException(WebdavCause webdavCause) WebdavInternalServerErrorException(WebdavCause webdavCause, String message) WebdavInternalServerErrorException(WebdavCause webdavCause, String message, Throwable causeEx) WebdavInternalServerErrorException(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
- 
WebdavInternalServerErrorException
 - 
WebdavInternalServerErrorException
 - 
WebdavInternalServerErrorException
 - 
WebdavInternalServerErrorException
public WebdavInternalServerErrorException(WebdavCause webdavCause, String message, Throwable causeEx)  
 -