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