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

com.github.nmorel.gwtjackson.rest.api.RestException Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.github.nmorel.gwtjackson.rest.api;

/**
 */
public class RestException extends RuntimeException {

    public RestException(String message) {
        super(message);
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy