AdlsRemoteException Class

Definition

Data Lake Store filesystem exception based on the WebHDFS definition for RemoteExceptions. This is a WebHDFS 'catch all' exception

public class AdlsRemoteException
type AdlsRemoteException = class
Public Class AdlsRemoteException
Inheritance
AdlsRemoteException
Derived

Constructors

AdlsRemoteException()

Initializes a new instance of the AdlsRemoteException class.

AdlsRemoteException(String, String)

Initializes a new instance of the AdlsRemoteException class.

Properties

JavaClassName

Gets the full class package name for the exception thrown, such as 'java.lang.IllegalArgumentException'.

Message

Gets the message associated with the exception that was thrown, such as 'Invalid value for webhdfs parameter "permission":...'.

Applies to