
com.ebay.exceptions.EbayException Maven / Gradle / Ivy
package com.ebay.exceptions;
public class EbayException extends RuntimeException {
private static final long serialVersionUID = -7290571418598712878L;
public EbayException(final String message, final Exception exception) {
super(message, exception);
}
public EbayException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy