AdlsSecurityException Class

Definition

A WebHDFS exception thrown indicating that access is denied. Thrown when a 401 error response code is returned (Unauthorized).

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

Constructors

AdlsSecurityException()

Initializes a new instance of the AdlsSecurityException class.

AdlsSecurityException(String, String)

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