Package com.google.api.gax.rpc
Class PermissionDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.PermissionDeniedException
- All Implemented Interfaces:
Serializable
Exception thrown when the caller does not have permission to execute the specified operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPermissionDeniedException(String message, Throwable cause, StatusCode statusCode, boolean retryable) PermissionDeniedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable) PermissionDeniedException(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, isRetryableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermissionDeniedException
-
PermissionDeniedException
public PermissionDeniedException(String message, Throwable cause, StatusCode statusCode, boolean retryable) -
PermissionDeniedException
public PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) -
PermissionDeniedException
public PermissionDeniedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-