Serializable, BaseExceptionSomeModeledException@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class ApiGatewayProtocolException extends SdkBaseException implements BaseException
| Constructor | Description |
|---|---|
ApiGatewayProtocolException(String message) |
Constructs a new ApiGatewayProtocolException with the specified error message.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getMessage() |
|
SdkErrorHttpMetadata |
sdkHttpMetadata() |
|
ApiGatewayProtocolException |
sdkHttpMetadata(SdkErrorHttpMetadata sdkHttpMetadata) |
|
void |
setMessage(String message) |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApiGatewayProtocolException(String message)
message - Describes the error encountered.public ApiGatewayProtocolException sdkHttpMetadata(SdkErrorHttpMetadata sdkHttpMetadata)
sdkHttpMetadata in interface BaseExceptionpublic SdkErrorHttpMetadata sdkHttpMetadata()
sdkHttpMetadata in interface BaseExceptionpublic void setMessage(String message)
setMessage in interface BaseExceptionpublic String getMessage()
getMessage in interface BaseExceptiongetMessage in class ThrowableCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.