database
b2007102101

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

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

public class IllegalResultSetLocationIndexException
extends java.lang.Exception

ResultSet操作時における不正な位置情報を扱った場合の例外クラス

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

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

コンストラクタの詳細

IllegalResultSetLocationIndexException

public IllegalResultSetLocationIndexException()
コンストラクタ


IllegalResultSetLocationIndexException

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

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

IllegalResultSetLocationIndexException

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

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

IllegalResultSetLocationIndexException

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

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

database
b2007102101