com.github.davidmoten.aws.lw.client.MaxAttemptsExceededException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-lightweight-client-java Show documentation
Show all versions of aws-lightweight-client-java Show documentation
Lightweight client for all AWS services (but still with useful builders and XML parser)
The newest version!
package com.github.davidmoten.aws.lw.client;
public final class MaxAttemptsExceededException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = -5945914615129555985L;
public MaxAttemptsExceededException(String message, Throwable e) {
super(message, e);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy