com.springml.marketo.rest.client.util.MarketoClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marketo-rest-client Show documentation
Show all versions of marketo-rest-client Show documentation
Java client for Marketo Lead Database REST API
The newest version!
package com.springml.marketo.rest.client.util;
/**
* Created by sam on 29/12/16.
*/
public class MarketoClientException extends Exception {
public MarketoClientException(String message) {
super(message);
}
}