database
b2007102101

org.phosphoresce.commons.database.exception
クラス IllegalResultTypeException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張org.phosphoresce.commons.database.exception.IllegalResultTypeException
すべての実装インタフェース:
java.io.Serializable

public class IllegalResultTypeException
extends java.lang.Exception

データベースレコード情報タイプに関する例外クラス

作成者:
Kitagawa
関連項目:
直列化された形式

コンストラクタの概要
IllegalResultTypeException()
          コンストラクタ
IllegalResultTypeException(java.lang.String message)
          コンストラクタ
IllegalResultTypeException(java.lang.String message, java.lang.Throwable cause)
          コンストラクタ
IllegalResultTypeException(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
 

コンストラクタの詳細

IllegalResultTypeException

public IllegalResultTypeException()
コンストラクタ


IllegalResultTypeException

public IllegalResultTypeException(java.lang.String message,
                                  java.lang.Throwable cause)
コンストラクタ

パラメータ:
message - 例外メッセージ
cause - ルートケース

IllegalResultTypeException

public IllegalResultTypeException(java.lang.String message)
コンストラクタ

パラメータ:
message - 例外メッセージ

IllegalResultTypeException

public IllegalResultTypeException(java.lang.Throwable cause)
コンストラクタ

パラメータ:
cause - ルートケース

database
b2007102101