All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ithit.webdav.integration.servlet.HttpServletDavException Maven / Gradle / Ivy

There is a newer version: 7.3.10641
Show newest version
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