com.shopify.exceptions.ShopifyEmptyLineItemsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shopify-sdk Show documentation
Show all versions of shopify-sdk Show documentation
Java SDK for Shopify REST API.
package com.shopify.exceptions;
public class ShopifyEmptyLineItemsException extends Exception {
private static final long serialVersionUID = -6803895255030397292L;
public ShopifyEmptyLineItemsException() {
super("LineItems are required when creating a new fulfillment from a fulfillmentOrder");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy