AdlsBadOffsetException Class

Definition

A WebHDFS exception thrown indicating the append or read is from a bad offset. Thrown when a 400 error response code is returned for append and open operations (Bad request).

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

Constructors

AdlsBadOffsetException()

Initializes a new instance of the AdlsBadOffsetException class.

AdlsBadOffsetException(String, String)

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