Class GenericApiGatewayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.SdkBaseException
com.amazonaws.AmazonClientException
com.amazonaws.SdkClientException
com.amazonaws.AmazonServiceException
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayException
- All Implemented Interfaces:
Serializable
public class GenericApiGatewayException
extends com.amazonaws.AmazonServiceException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.amazonaws.AmazonServiceException
com.amazonaws.AmazonServiceException.ErrorType -
Constructor Summary
ConstructorsConstructorDescriptionGenericApiGatewayException(String errorMessage) GenericApiGatewayException(String errorMessage, Exception cause) -
Method Summary
Methods inherited from class com.amazonaws.AmazonServiceException
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeMethods inherited from class com.amazonaws.AmazonClientException
isRetryableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenericApiGatewayException
-
GenericApiGatewayException
-