AdlsThrottledException Class

Definition

A WebHDFS exception thrown indicating that the request is being throttled. Reducing the number of requests or request size helps to mitigate this error.

[Newtonsoft.Json.JsonObject("ThrottledException")]
public class AdlsThrottledException : Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException
[<Newtonsoft.Json.JsonObject("ThrottledException")>]
type AdlsThrottledException = class
    inherit AdlsRemoteException
Public Class AdlsThrottledException
Inherits AdlsRemoteException
Inheritance
AdlsThrottledException
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AdlsThrottledException()

Initializes a new instance of the AdlsThrottledException class.

AdlsThrottledException(String, String)

Initializes a new instance of the AdlsThrottledException class.

Properties

JavaClassName

Gets the full class package name for the exception thrown, such as 'java.lang.IllegalArgumentException'.

(Inherited from AdlsRemoteException)
Message

Gets the message associated with the exception that was thrown, such as 'Invalid value for webhdfs parameter "permission":...'.

(Inherited from AdlsRemoteException)

Applies to