ai.promoted.delivery.client.DeliveryException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
package ai.promoted.delivery.client;
public class DeliveryException extends Exception {
private static final long serialVersionUID = -5346305939046085966L;
public DeliveryException() {}
public DeliveryException(String message) {
super(message);
}
public DeliveryException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy