Class GoogleAdsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.rpc.ApiException
-
- com.google.ads.googleads.lib.stubs.exceptions.BaseGoogleAdsException
-
- com.google.ads.googleads.v10.errors.GoogleAdsException
-
- All Implemented Interfaces:
java.io.Serializable
public class GoogleAdsException extends com.google.ads.googleads.lib.stubs.exceptions.BaseGoogleAdsExceptionAn exception thrown by a GoogleAds RPC.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoogleAdsException.Factory
-
Constructor Summary
Constructors Constructor Description GoogleAdsException(com.google.api.gax.rpc.ApiException original, GoogleAdsFailure failure, io.grpc.Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleAdsFailuregetGoogleAdsFailure()-
Methods inherited from class com.google.ads.googleads.lib.stubs.exceptions.BaseGoogleAdsException
getRequestId
-
-
-
-
Constructor Detail
-
GoogleAdsException
public GoogleAdsException(com.google.api.gax.rpc.ApiException original, GoogleAdsFailure failure, io.grpc.Metadata metadata)
-
-
Method Detail
-
getGoogleAdsFailure
public GoogleAdsFailure getGoogleAdsFailure()
- Overrides:
getGoogleAdsFailurein classcom.google.ads.googleads.lib.stubs.exceptions.BaseGoogleAdsException
-
-