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

software.amazon.awssdk.codegen.rules.InnerParseError.resource Maven / Gradle / Ivy

import software.amazon.awssdk.annotations.SdkInternalApi;

@SdkInternalApi
public class InnerParseError extends RuntimeException {
    private static final long serialVersionUID = -7808901449079805477L;

    public InnerParseError(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy