com.geotab.http.exception.MissingMethodException Maven / Gradle / Ivy
/*
*
* 2020 Copyright (C) Geotab Inc. All rights reserved.
*/
package com.geotab.http.exception;
public class MissingMethodException extends JsonRpcErrorDataException {
public MissingMethodException(String message, Throwable cause) {
super(message, cause);
}
}