AdlsAccessControlException Class

Definition

A WebHDFS exception thrown indicating that access is denied due to insufficient permissions. Thrown when a 403 error response code is returned (forbidden).

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

Constructors

AdlsAccessControlException()

Initializes a new instance of the AdlsAccessControlException class.

AdlsAccessControlException(String, String)

Initializes a new instance of the AdlsAccessControlException 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