Package com.google.api.gax.rpc
Class UnauthenticatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.rpc.ApiException
-
- com.google.api.gax.rpc.UnauthenticatedException
-
- All Implemented Interfaces:
Serializable
public class UnauthenticatedException extends ApiException
Exception thrown when the request does not have valid authentication credentials for the operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthenticatedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable)UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
Method Summary
-
Methods inherited from class com.google.api.gax.rpc.ApiException
getDomain, getErrorDetails, getMetadata, getReason, getStatusCode, isRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnauthenticatedException
public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable)
-
UnauthenticatedException
public UnauthenticatedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
-
UnauthenticatedException
public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
-