Module java.rmi
Package java.rmi.server

Class 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。由于不再需要Skeletons,因此不会抛出此异常。
自:
1.1
参见:
  • Constructor Details

    • SkeletonNotFoundException

      public SkeletonNotFoundException(String s)
      Deprecated.
      使用指定的详细消息构造SkeletonNotFoundException
      参数:
      s - 详细消息。
      自:
      1.1
    • SkeletonNotFoundException

      public SkeletonNotFoundException(String s, Exception ex)
      Deprecated.
      使用指定的详细消息和嵌套异常构造SkeletonNotFoundException
      参数:
      s - 详细消息。
      ex - 嵌套异常
      自:
      1.1