package gov.usgs.earthquake.aws; /** * Exception if product has already been sent. */ public class ProductAlreadySentException extends Exception { private static final long serialVersionUID = 1L; }