AdlsIOException Class

Definition

A WebHDFS exception thrown indicating there was an IO (read or write) error. Thrown when a 403 error response code is returned (forbidden).

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

Constructors

AdlsIOException()

Initializes a new instance of the AdlsIOException class.

AdlsIOException(String, String)

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