biz.hammurapi.sql
Class SQLExceptionEx
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
biz.hammurapi.sql.SQLExceptionEx
- All Implemented Interfaces:
- java.io.Serializable
public class SQLExceptionEx
- extends java.sql.SQLException
- Author:
- Pavel Vlasov
- See Also:
- Serialized Form
Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SQLExceptionEx
public SQLExceptionEx()
SQLExceptionEx
public SQLExceptionEx(java.lang.String message)
SQLExceptionEx
public SQLExceptionEx(java.lang.String message,
java.lang.Throwable cause)
SQLExceptionEx
public SQLExceptionEx(java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter p)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream p)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2003 Hammurapi Group. All Rights Reserved.