rubbish.db.exception
クラス IORuntimeException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張rubbish.db.exception.IORuntimeException
すべての実装インタフェース:
java.io.Serializable

public class IORuntimeException
extends java.lang.RuntimeException

入出力実行時例外

バージョン:
$Revision: 1.1 $
作成者:
$Author: sugawara $
関連項目:
直列化された形式

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

コンストラクタの詳細

IORuntimeException

public IORuntimeException()

IORuntimeException

public IORuntimeException(java.lang.String message)

IORuntimeException

public IORuntimeException(java.lang.String message,
                          java.lang.Throwable cause)

IORuntimeException

public IORuntimeException(java.lang.Throwable cause)