类 java.rmi.ServerException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.rmi.RemoteException
|
+----java.rmi.ServerException
- public class ServerException
- extends RemoteException
构造子索引
- ServerException(String)
- 用描述字符串生成一新的服务器异常。
- ServerException(String, Exception)
- 用描述字符串和一个异常生成一新的服务器异常。
构造子
ServerException
public ServerException(String s)
- 用描述字符串生成一新的服务器异常。
ServerException
public ServerException(String s,
Exception ex)
- 用描述字符串和一个异常生成一新的服务器异常。