AdlsUnsupportedOperationException Class

Definition

A WebHDFS exception thrown indicating that the requested operation is not supported. Thrown when a 400 error response code is returned (bad request).

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

Constructors

AdlsUnsupportedOperationException()

Initializes a new instance of the AdlsUnsupportedOperationException class.

AdlsUnsupportedOperationException(String, String)

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