
com.ithit.webdav.integration.servlet.HttpServletDavException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakarta-integration Show documentation
Show all versions of jakarta-integration Show documentation
IT Hit WebDAV integration for new Jakarta Java servlet containers
package com.ithit.webdav.integration.servlet;
import jakarta.servlet.ServletException;
/**
* WebDAV specific servlet exception.
*/
public class HttpServletDavException extends ServletException {
public HttpServletDavException(Throwable rootCause) {
super(rootCause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy