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

com.yammer.dropwizard.views.ViewRenderException Maven / Gradle / Ivy

There is a newer version: 0.6.2
Show newest version
package com.yammer.dropwizard.views;

import java.io.IOException;

public class ViewRenderException extends IOException {
    private static final long serialVersionUID = -2972444466317717696L;
    public ViewRenderException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy