@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FederationSourceException extends AWSGlueException
A federation source failed.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
FederationSourceException(String message)
Constructs a new FederationSourceException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFederationSourceErrorCode()
The error code of the problem.
|
void |
setFederationSourceErrorCode(String federationSourceErrorCode)
The error code of the problem.
|
FederationSourceException |
withFederationSourceErrorCode(FederationSourceErrorCode federationSourceErrorCode)
The error code of the problem.
|
FederationSourceException |
withFederationSourceErrorCode(String federationSourceErrorCode)
The error code of the problem.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FederationSourceException(String message)
message - Describes the error encountered.public void setFederationSourceErrorCode(String federationSourceErrorCode)
The error code of the problem.
federationSourceErrorCode - The error code of the problem.FederationSourceErrorCodepublic String getFederationSourceErrorCode()
The error code of the problem.
FederationSourceErrorCodepublic FederationSourceException withFederationSourceErrorCode(String federationSourceErrorCode)
The error code of the problem.
federationSourceErrorCode - The error code of the problem.FederationSourceErrorCodepublic FederationSourceException withFederationSourceErrorCode(FederationSourceErrorCode federationSourceErrorCode)
The error code of the problem.
federationSourceErrorCode - The error code of the problem.FederationSourceErrorCode