- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- java.rmi.server.SkeletonNotFoundException
-
- 实现的所有接口
-
Serializable
@Deprecated public class SkeletonNotFoundException extends RemoteException
Deprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.如果Skeleton
与要导出的远程对象相对应的SkeletonNotFoundException
则抛出Skeleton
。 不再需要骷髅,因此永远不会抛出此异常。- 从以下版本开始:
- 1.1
- 另请参见:
- Serialized Form
-
-
字段汇总
-
声明的属性在类 java.rmi.RemoteException
detail
-
-
构造方法摘要
构造方法 构造器 描述 SkeletonNotFoundException(String s)
已过时。使用指定的详细消息构造一个SkeletonNotFoundException
。SkeletonNotFoundException(String s, 异常 ex)
已过时。使用指定的详细消息和嵌套异常构造一个SkeletonNotFoundException
。
-
方法摘要
-
声明方法的类 java.rmi.RemoteException
getCause, getMessage
-
-
-
-
构造方法详细信息
-
SkeletonNotFoundException
public SkeletonNotFoundException(String s)
Deprecated.使用指定的详细消息构造一个SkeletonNotFoundException
。- 参数
-
s
- 详细信息。 - 从以下版本开始:
- 1.1
-
-