@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityNotFoundException extends AWSGlueException
A specified entity does not exist
AmazonServiceException.ErrorType
Constructor and Description |
---|
EntityNotFoundException(String message)
Constructs a new EntityNotFoundException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getFromFederationSource()
Indicates whether or not the exception relates to a federated source.
|
Boolean |
isFromFederationSource()
Indicates whether or not the exception relates to a federated source.
|
void |
setFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
|
EntityNotFoundException |
withFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EntityNotFoundException(String message)
message
- Describes the error encountered.public void setFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
fromFederationSource
- Indicates whether or not the exception relates to a federated source.public Boolean getFromFederationSource()
Indicates whether or not the exception relates to a federated source.
public EntityNotFoundException withFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
fromFederationSource
- Indicates whether or not the exception relates to a federated source.public Boolean isFromFederationSource()
Indicates whether or not the exception relates to a federated source.