全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
クラス 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)
-   説明文をもつ新しいサーバ例外を作成する。
  
-   ServerException(String, Exception) ServerException(String, Exception)
-   説明文と例外をもつ新しいサーバ例外を作成する。
   
 ServerException
ServerException
  public ServerException(String s)
  -  説明文をもつ新しいサーバ例外を作成します。
 
 ServerException
ServerException
  public ServerException(String s,
                         Exception ex)
  -  説明文と例外をもつ新しいサーバ例外を作成します。
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス