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

com.bronto.api.RetryLimitExceededException Maven / Gradle / Ivy

The newest version!
package com.bronto.api;

public class RetryLimitExceededException extends BrontoClientException {
    
	private static final long serialVersionUID = 1359096895447715669L;

	public RetryLimitExceededException(BrontoClientException e) {
        super(e == null ? new RuntimeException("Exceeded retry limit") : e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy