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

org.nakedobjects.plugins.htmlviewer.client.JettyWebServerException Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.plugins.htmlviewer.client;

public class JettyWebServerException extends RuntimeException {

    private static final long serialVersionUID = 1L;

    public JettyWebServerException(final String arg0, final Throwable arg1) {
        super(arg0, arg1);
    }

}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy