butler.sql.util
Class JSQLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by butler.sql.util.JSQLException
All Implemented Interfaces:
java.io.Serializable

public class JSQLException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JSQLException(java.sql.SQLException sqlE, java.lang.String sql)
           
JSQLException(java.sql.SQLException sqlE, java.lang.String sql, java.util.List params)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.sql.SQLException getSQLException()
           
 java.lang.StackTraceElement[] getStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSQLException

public JSQLException(java.sql.SQLException sqlE,
                     java.lang.String sql)

JSQLException

public JSQLException(java.sql.SQLException sqlE,
                     java.lang.String sql,
                     java.util.List params)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getStackTrace

public java.lang.StackTraceElement[] getStackTrace()
Overrides:
getStackTrace in class java.lang.Throwable

getSQLException

public java.sql.SQLException getSQLException()