jp.co.erlab.XMLSim.socket
クラス SocketException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張jp.co.erlab.XMLSim.socket.SocketException
すべての実装インタフェース:
java.io.Serializable

public class SocketException
extends java.lang.Exception

ソケット操作時に発生した例外をラップする例外クラス。

バージョン:
$Revision$
作成者:
E.R.
関連項目:
直列化された形式

コンストラクタの概要
SocketException()
          コンストラクタ
SocketException(java.lang.String arg0)
          コンストラクタ
SocketException(java.lang.String arg0, java.lang.Throwable arg1)
          コンストラクタ
SocketException(java.lang.Throwable arg0)
          コンストラクタ
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SocketException

public SocketException()
コンストラクタ


SocketException

public SocketException(java.lang.String arg0)
コンストラクタ

パラメータ:
arg0 - 例外の発生状況を伝えるメッセージ

SocketException

public SocketException(java.lang.Throwable arg0)
コンストラクタ

パラメータ:
arg0 - ネストした例外オブジェクト

SocketException

public SocketException(java.lang.String arg0,
                       java.lang.Throwable arg1)
コンストラクタ

パラメータ:
arg0 - 例外の発生状況を伝えるメッセージ
arg1 - ネストした例外オブジェクト