RemoteException (クラス)
public abstract sealed RemoteException {inherits Exception}
パッケージ: CURL.REMOTE
直接継承しているサブクラス: GenericErrorRemoteException, BrokenConnectionRemoteException, UnexpectedErrorRemoteException, IllegalDataRemoteException, IllegalWhomRemoteException, ClosedConnectionRemoteException, IllegalCodeRemoteException

remote-invoke-async の使用中の失敗を示すのに使われる全ての Exception のスーパークラス。


コンストラクタ
default:RemoteException を作成します。
コンストラクタ public {RemoteException.default message:String}

プロパティ
reply-code-for-class:この RemoteException のサブクラスが使用する応答コード。
アクセサ public abstract sealed RemoteException.reply-code-for-class:int
プロパティ 継承 BasicThrowable: message, value

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {RemoteException.default message:String}

RemoteException を作成します。




プロパティ詳細
reply-code-for-class (アクセサ)
アクセサ public abstract sealed RemoteException.reply-code-for-class:int

この RemoteException のサブクラスが使用する応答コード。






メソッド詳細