@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InternalServerErrorException extends AWSServerlessApplicationRepositoryException
The AWS Serverless Application Repository service encountered an internal error.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| InternalServerErrorException(String message)Constructs a new InternalServerErrorException with the specified error message. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getErrorCode()
 500 | 
| void | setErrorCode(String errorCode)
 500 | 
| InternalServerErrorException | withErrorCode(String errorCode)
 500 | 
getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerErrorException(String message)
message - Describes the error encountered.public void setErrorCode(String errorCode)
500
setErrorCode in class AmazonServiceExceptionerrorCode - 500public String getErrorCode()
500
getErrorCode in class AmazonServiceExceptionpublic InternalServerErrorException withErrorCode(String errorCode)
500
errorCode - 500