AdlsRemoteException クラス

定義

RemoteExceptions の WebHDFS 定義に基づく Data Lake Store ファイルシステムの例外。 これは WebHDFS の "すべてキャッチ" 例外です

public class AdlsRemoteException
type AdlsRemoteException = class
Public Class AdlsRemoteException
継承
AdlsRemoteException
派生

コンストラクター

AdlsRemoteException()

AdlsRemoteException クラスの新しいインスタンスを初期化します。

AdlsRemoteException(String, String)

AdlsRemoteException クラスの新しいインスタンスを初期化します。

プロパティ

JavaClassName

'java.lang.IllegalArgumentException' など、スローされた例外の完全なクラス パッケージ名を取得します。

Message

'Invalid value for webhdfs parameter "permission":...' など、スローされた例外に関連付けられているメッセージを取得します。

適用対象