net.sf.letsparty.driver
Class LetsPartySQLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended bynet.sf.letsparty.driver.LetsPartySQLException
All Implemented Interfaces:
java.io.Serializable

public class LetsPartySQLException
extends java.sql.SQLException

See Also:
Serialized Form

Field Summary
(package private)  BasicException basicException
           
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LetsPartySQLException()
           
LetsPartySQLException(java.lang.String arg0)
           
LetsPartySQLException(java.lang.String arg0, java.lang.Throwable arg1)
           
LetsPartySQLException(java.lang.Throwable arg0)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

basicException

BasicException basicException
Constructor Detail

LetsPartySQLException

public LetsPartySQLException()

LetsPartySQLException

public LetsPartySQLException(java.lang.String arg0)

LetsPartySQLException

public LetsPartySQLException(java.lang.Throwable arg0)

LetsPartySQLException

public LetsPartySQLException(java.lang.String arg0,
                             java.lang.Throwable arg1)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream ps)

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)