AdlsIllegalArgumentException Class

Definition

A WebHDFS exception thrown indicating that one more arguments is incorrect. Thrown when a 400 error response code is returned (bad request).

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

Constructors

AdlsIllegalArgumentException()

Initializes a new instance of the AdlsIllegalArgumentException class.

AdlsIllegalArgumentException(String, String)

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