パッケージ org.piax.gtrans
クラス IllegalRPCAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.piax.gtrans.IllegalRPCAccessException
- すべての実装されたインタフェース:
Serializable
public class IllegalRPCAccessException extends RuntimeException
stubからのRPCに際して、メソッドのinterface定義において、RemoteCallable annotationを
省略した場合は、local callだけ許可される。
このときに、remote call を実行した場合には、RuntimeExceptionとして、
この IllegalRPCAccessException がthrowされる。
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 IllegalRPCAccessException()IllegalRPCAccessException(String message)IllegalRPCAccessException(Throwable cause) -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
IllegalRPCAccessException
public IllegalRPCAccessException() -
IllegalRPCAccessException
- パラメータ:
message- the message string.
-
IllegalRPCAccessException
- パラメータ:
cause- the cause.
-