Class PermissionDeniedException

  • All Implemented Interfaces:
    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​(Throwable cause,
                                         StatusCode statusCode,
                                         boolean retryable)
      • PermissionDeniedException

        public PermissionDeniedException​(String message,
                                         Throwable cause,
                                         StatusCode statusCode,
                                         boolean retryable)