Serializable
, BaseException
SomeModeledException
@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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApiGatewayProtocolException(String message)
message
- Describes the error encountered.public ApiGatewayProtocolException sdkHttpMetadata(SdkErrorHttpMetadata sdkHttpMetadata)
sdkHttpMetadata
in interface BaseException
public SdkErrorHttpMetadata sdkHttpMetadata()
sdkHttpMetadata
in interface BaseException
public void setMessage(String message)
setMessage
in interface BaseException
public String getMessage()
getMessage
in interface BaseException
getMessage
in class Throwable
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.