com.metamatrix.jdbc
Class EmbeddedSQLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by com.metamatrix.jdbc.EmbeddedSQLException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class EmbeddedSQLException
extends java.sql.SQLException

Since:
4.3
See Also:
Serialized Form

Constructor Summary
EmbeddedSQLException(java.lang.String msg)
           
EmbeddedSQLException(java.lang.Throwable e)
           
EmbeddedSQLException(java.lang.Throwable e, java.lang.String msg)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmbeddedSQLException

public EmbeddedSQLException(java.lang.Throwable e)

EmbeddedSQLException

public EmbeddedSQLException(java.lang.Throwable e,
                            java.lang.String msg)

EmbeddedSQLException

public EmbeddedSQLException(java.lang.String msg)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
Since:
4.3
See Also:
Throwable.getMessage()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable
Since:
4.3
See Also:
Throwable.printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable
Since:
4.3
See Also:
Throwable.printStackTrace(java.io.PrintStream)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable
Since:
4.3
See Also:
Throwable.printStackTrace(java.io.PrintWriter)


Copyright © 2009. All Rights Reserved.