@Generated(value="software.amazon.smithy.crt.java.ServiceExceptionGenerator") public class S3Exception extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static interface |
S3Exception.Builder |
protected static class |
S3Exception.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
S3Exception(S3Exception.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
static S3Exception.Builder |
builder() |
Throwable |
cause() |
boolean |
equals(Object rhs) |
int |
hashCode() |
String |
message() |
String |
requestId() |
int |
statusCode() |
S3Exception.Builder |
toBuilder() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected S3Exception(S3Exception.BuilderImpl builder)
public S3Exception.Builder toBuilder()
public static S3Exception.Builder builder()
public String message()
public String requestId()
public int statusCode()
public Throwable cause()
Copyright © 2021. All rights reserved.