Java.Sql.BatchUpdateException: Constructor Members

The constructors of Java.Sql.BatchUpdateException are listed below. For a list of all members, see the BatchUpdateException Members list.

See Also: Inherited members from Java.Sql.SQLException

Public Constructors

Creates a default BatchUpdateException with the parameters reason, SQLState, and update counts set to null and the vendor code set to 0.
Creates an BatchUpdateException object.
Creates a BatchUpdateException with the updateCounts set to the supplied value.
Creates an BatchUpdateException object.
Creates a BatchUpdateException with the updateCounts and reason set to the supplied values.
Creates an BatchUpdateException object.
Creates a BatchUpdateException with the reason, SQLState and updateCounts set to the supplied values.
Creates a BatchUpdateException for the case where all relevant information is provided.
Creates an BatchUpdateException object.
Creates an BatchUpdateException object.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.