java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.server.SkeletonMismatchException
- 所有已实现的接口:
-
Serializable
Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
当接收到不匹配可用骨架的调用时,抛出此异常。这表明此接口中的远程方法名称或签名已更改,或者用于进行调用的存根类和接收调用的骨架不是由相同版本的存根协议生成的。
- 自版本:
- 1.1
- 参见:
-
Field Summary
Fields declared in class java.rmi.RemoteException
detail
-
Constructor Summary
-
Method Summary
Methods declared in class java.rmi.RemoteException
getCause, getMessage
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SkeletonMismatchException
Deprecated.no replacement用指定的详细消息构造一个新的SkeletonMismatchException
。- 参数:
-
s
- 详细消息 - 自版本:
- 1.1
-