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

org.mapfish.print.servlet.NoSuchAppException Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.servlet;

/**
 * An exception that is thrown when a client requests an "app" that does not exist.
 */
public class NoSuchAppException extends Exception {
    NoSuchAppException(final String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy