Module java.rmi
Package java.rmi.server

Class SocketSecurityException

所有已实现的接口:
Serializable

@Deprecated public class SocketSecurityException extends ExportException
Deprecated.
This class is obsolete. Use ExportException instead.
一个过时的 ExportException 的子类。
自 JDK 版本:
1.1
参见:
  • Constructor Details

    • SocketSecurityException

      public SocketSecurityException(String s)
      Deprecated.
      构造一个带有指定详细消息的 SocketSecurityException
      参数:
      s - 详细消息。
      自 JDK 版本:
      1.1
    • SocketSecurityException

      public SocketSecurityException(String s, Exception ex)
      Deprecated.
      构造一个带有指定详细消息和嵌套异常的 SocketSecurityException
      参数:
      s - 详细消息。
      ex - 嵌套异常
      自 JDK 版本:
      1.1