全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
  クラス java.rmi.ConnectIOException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----java.rmi.RemoteException
                                   |
                                   +----java.rmi.ConnectIOException
  -  public class ConnectIOException
  -  extends RemoteException
   
  -   ConnectIOException(String) ConnectIOException(String)
-   指定した文字列をもつリモート例外を作成する。
  
-   ConnectIOException(String, Exception) ConnectIOException(String, Exception)
-   指定した文字列と指定した例外をもつリモート例外を作成する。
   
 ConnectIOException
ConnectIOException
  public ConnectIOException(String s)
  -  指定した文字列をもつリモート例外を作成します。
 
 ConnectIOException
ConnectIOException
  public ConnectIOException(String s,
                            Exception ex)
  -  指定した文字列と指定した例外をもつリモート例外を作成します。
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス