JavaTM 2 Platform
Standard Ed. 6

java.rmi.server
类 SocketSecurityException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.io.IOException
              继承者 java.rmi.RemoteException
                  继承者 java.rmi.server.ExportException
                      继承者 java.rmi.server.SocketSecurityException
所有已实现的接口:
Serializable

public class SocketSecurityException
extends ExportException

已废弃的 ExportException 的子类。

从以下版本开始:
JDK1.1
另请参见:
序列化表格

字段摘要
 
从类 java.rmi.RemoteException 继承的字段
detail
 
构造方法摘要
SocketSecurityException(String s)
          构造带指定详细消息的 SocketSecurityException
SocketSecurityException(String s, Exception ex)
          构造带指定详细消息和嵌入异常的 SocketSecurityIOException
 
方法摘要
 
从类 java.rmi.RemoteException 继承的方法
getCause, getMessage
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SocketSecurityException

public SocketSecurityException(String s)
构造带指定详细消息的 SocketSecurityException

参数:
s - 详细消息。
从以下版本开始:
JDK1.1

SocketSecurityException

public SocketSecurityException(String s,
                               Exception ex)
构造带指定详细消息和嵌入异常的 SocketSecurityIOException

参数:
s - 详细消息。
ex - 嵌入异常
从以下版本开始:
JDK1.1

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only