Share via


AdlsRuntimeException Class

Definition

A WebHDFS exception thrown when an unexpected error occurs during an operation. Thrown when a 500 error response code is returned (Internal server error).

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

Constructors

AdlsRuntimeException()

Initializes a new instance of the AdlsRuntimeException class.

AdlsRuntimeException(String, String)

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