Class PermissionDeniedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PermissionDeniedException
    extends ApiException
    Exception thrown when the caller does not have permission to execute the specified operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • PermissionDeniedException

        public PermissionDeniedException​(java.lang.Throwable cause,
                                         StatusCode statusCode,
                                         boolean retryable)
      • PermissionDeniedException

        public PermissionDeniedException​(java.lang.String message,
                                         java.lang.Throwable cause,
                                         StatusCode statusCode,
                                         boolean retryable)
      • PermissionDeniedException

        public PermissionDeniedException​(java.lang.Throwable cause,
                                         StatusCode statusCode,
                                         boolean retryable,
                                         ErrorDetails errorDetails)