@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, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InternalServerErrorException(String message)
message
- Describes the error encountered.public void setErrorCode(String errorCode)
500
setErrorCode
in class AmazonServiceException
errorCode
- 500public String getErrorCode()
500
getErrorCode
in class AmazonServiceException
public InternalServerErrorException withErrorCode(String errorCode)
500
errorCode
- 500