AdlsFileNotFoundException Class

Definition

A WebHDFS exception thrown indicating the file or folder could not be found. Thrown when a 404 error response code is returned (not found).

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

Constructors

AdlsFileNotFoundException()

Initializes a new instance of the AdlsFileNotFoundException class.

AdlsFileNotFoundException(String, String)

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