org.h2.jdbc
Class JdbcBatchUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by java.sql.BatchUpdateException
                  extended by org.h2.jdbc.JdbcBatchUpdateException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class JdbcBatchUpdateException
extends java.sql.BatchUpdateException

Represents a batch update database exception.

See Also:
Serialized Form

Method Summary
 void printStackTrace()
          INTERNAL
 void printStackTrace(java.io.PrintStream s)
          INTERNAL
 void printStackTrace(java.io.PrintWriter s)
          INTERNAL
 
Methods inherited from class java.sql.BatchUpdateException
getUpdateCounts
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, 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
 

Method Detail

printStackTrace

public void printStackTrace()
INTERNAL

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
INTERNAL

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
INTERNAL

Overrides:
printStackTrace in class java.lang.Throwable