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

io.dropwizard.servlets.assets.ResourceNotFoundException Maven / Gradle / Ivy

The newest version!
package io.dropwizard.servlets.assets;

public class ResourceNotFoundException extends RuntimeException {
    private static final long serialVersionUID = 7084957514695533766L;

    public ResourceNotFoundException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy