All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ebay.exceptions.EbayNotFoundResponseException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.ebay.exceptions;

import javax.ws.rs.core.Response;

public class EbayNotFoundResponseException extends EbayErrorResponseException {

	private static final long serialVersionUID = 3691861894843730351L;

	public EbayNotFoundResponseException(final Response response) {
		super(response);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy