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

cocaine.UnknownMethodException Maven / Gradle / Ivy

There is a newer version: 0.11.1.0
Show newest version
package cocaine;

/**
 * @author Anton Bobukh 
 */
public class UnknownMethodException extends ServiceException {

    public UnknownMethodException(String serviceName, String method) {
        super(serviceName, "Unknown service method: " + method);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy