biz.hammurapi.sql
Class SQLExceptionEx

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by biz.hammurapi.sql.SQLExceptionEx
All Implemented Interfaces:
java.io.Serializable

public class SQLExceptionEx
extends java.sql.SQLException

Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
SQLExceptionEx()
           
SQLExceptionEx(java.lang.String message)
           
SQLExceptionEx(java.lang.String message, java.lang.Throwable cause)
           
SQLExceptionEx(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream p)
           
 void printStackTrace(java.io.PrintWriter p)
           
 
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
 

Constructor Detail

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)
Method Detail

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.