@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryTooLargeException extends AmazonNeptunedataException
Raised when the body of a query is too large.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
QueryTooLargeException(String message)
Constructs a new QueryTooLargeException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The HTTP status code returned with the exception.
|
String |
getDetailedMessage()
A detailed message describing the problem.
|
String |
getRequestId()
The ID of the request that is too large.
|
void |
setCode(String code)
The HTTP status code returned with the exception.
|
void |
setDetailedMessage(String detailedMessage)
A detailed message describing the problem.
|
void |
setRequestId(String requestId)
The ID of the request that is too large.
|
QueryTooLargeException |
withCode(String code)
The HTTP status code returned with the exception.
|
QueryTooLargeException |
withDetailedMessage(String detailedMessage)
A detailed message describing the problem.
|
QueryTooLargeException |
withRequestId(String requestId)
The ID of the request that is too large.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryTooLargeException(String message)
message - Describes the error encountered.public void setDetailedMessage(String detailedMessage)
A detailed message describing the problem.
detailedMessage - A detailed message describing the problem.public String getDetailedMessage()
A detailed message describing the problem.
public QueryTooLargeException withDetailedMessage(String detailedMessage)
A detailed message describing the problem.
detailedMessage - A detailed message describing the problem.public void setRequestId(String requestId)
The ID of the request that is too large.
setRequestId in class AmazonServiceExceptionrequestId - The ID of the request that is too large.public String getRequestId()
The ID of the request that is too large.
getRequestId in class AmazonServiceExceptionpublic QueryTooLargeException withRequestId(String requestId)
The ID of the request that is too large.
requestId - The ID of the request that is too large.public void setCode(String code)
The HTTP status code returned with the exception.
code - The HTTP status code returned with the exception.public String getCode()
The HTTP status code returned with the exception.
public QueryTooLargeException withCode(String code)
The HTTP status code returned with the exception.
code - The HTTP status code returned with the exception.