
ca.ryangreen.apigateway.generic.GenericApiGatewayException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apigateway-generic-java-sdk Show documentation
Show all versions of apigateway-generic-java-sdk Show documentation
Simple generic Java client SDK for Amazon API Gateway endpoints
The newest version!
package ca.ryangreen.apigateway.generic;
import com.amazonaws.AmazonServiceException;
public class GenericApiGatewayException extends AmazonServiceException {
public GenericApiGatewayException(String errorMessage) {
super(errorMessage);
}
public GenericApiGatewayException(String errorMessage, Exception cause) {
super(errorMessage, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy