butler.sql.util
Class JSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
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 |
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)
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()