org.seasar.framework.exception
クラス SSQLException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.sql.SQLException
              拡張org.seasar.framework.exception.SSQLException
すべての実装インタフェース:
Serializable

public class SSQLException
extends SQLException

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

コンストラクタの概要
SSQLException(String messageCode, Object[] args)
           
SSQLException(String messageCode, Object[] args, String sqlState)
           
SSQLException(String messageCode, Object[] args, String sqlState, int vendorCode)
           
SSQLException(String messageCode, Object[] args, String sqlState, int vendorCode, Throwable cause)
           
SSQLException(String messageCode, Object[] args, String sqlState, int vendorCode, Throwable cause, String sql)
           
SSQLException(String messageCode, Object[] args, String sqlState, Throwable cause)
           
SSQLException(String messageCode, Object[] args, Throwable cause)
           
 
メソッドの概要
 Object[] getArgs()
           
 String getMessageCode()
           
 String getSql()
           
 
クラス java.sql.SQLException から継承したメソッド
getErrorCode, getNextException, getSQLState, setNextException
 
クラス 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
 

コンストラクタの詳細

SSQLException

public SSQLException(String messageCode,
                     Object[] args)

SSQLException

public SSQLException(String messageCode,
                     Object[] args,
                     Throwable cause)

SSQLException

public SSQLException(String messageCode,
                     Object[] args,
                     String sqlState)

SSQLException

public SSQLException(String messageCode,
                     Object[] args,
                     String sqlState,
                     Throwable cause)

SSQLException

public SSQLException(String messageCode,
                     Object[] args,
                     String sqlState,
                     int vendorCode)

SSQLException

public SSQLException(String messageCode,
                     Object[] args,
                     String sqlState,
                     int vendorCode,
                     Throwable cause)

SSQLException

public SSQLException(String messageCode,
                     Object[] args,
                     String sqlState,
                     int vendorCode,
                     Throwable cause,
                     String sql)
メソッドの詳細

getMessageCode

public String getMessageCode()

getArgs

public Object[] getArgs()

getSql

public String getSql()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.