public final class SelectObjectContentEventException extends SdkClientException
SelectObjectContentEvent
s.
The getErrorMessage()
and getErrorMessage()
will be specified if the service has returned them.Constructor and Description |
---|
SelectObjectContentEventException(String exceptionMessage) |
SelectObjectContentEventException(String exceptionMessage,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
A unique error code for the failure scenario encountered by the service.
|
String |
getErrorMessage()
A human-readable error message for the failure scenario encountered by the service.
|
String |
getMessage()
Retrieve a summary of the reason for the exception, including the
getErrorCode() and getErrorMessage() ,
if the error was raised by the service. |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SelectObjectContentEventException(String exceptionMessage)
public String getMessage()
getErrorCode()
and getErrorMessage()
,
if the error was raised by the service.getMessage
in class Throwable
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
Copyright © 2021. All rights reserved.