Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.sql - Package : java.sql
Version documentée : Java SE 17

Classe « BatchUpdateException »

Informations générales

Héritage

java.lang.Object
    java.lang.Throwable
        java.lang.Exception
            java.sql.SQLException
                java.sql.BatchUpdateException

Définition

public class BatchUpdateException extends java.sql.SQLException

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
BatchUpdateException()
BatchUpdateException( Throwable cause )
BatchUpdateException( int[] updateCounts )
BatchUpdateException( int[] updateCounts, Throwable cause )
BatchUpdateException( String reason, int[] updateCounts )
BatchUpdateException( String reason, int[] updateCounts, Throwable cause )
BatchUpdateException( String reason, String SQLState, int[] updateCounts )
BatchUpdateException( String reason, String SQLState, int[] updateCounts, Throwable cause )
BatchUpdateException( String reason, String SQLState, int vendorCode, int[] updateCounts )
BatchUpdateException( String reason, String SQLState, int vendorCode, int[] updateCounts, Throwable cause )
BatchUpdateException( String reason, String SQLState, int vendorCode, long[] updateCounts, Throwable cause )

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public long[] largeUpdateCounts R/-
public int[] updateCounts R/-

Propriétés héritées de la classe java.sql.SQLException

errorCode, nextException, sQLState

Propriétés héritées de la classe java.lang.Throwable

cause, localizedMessage, message, stackTrace, suppressed

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public long[] getLargeUpdateCounts()
public int[] getUpdateCounts()

Méthodes héritées de la classe java.sql.SQLException

getErrorCode, getNextException, getSQLState, iterator, setNextException

Méthodes héritées de la classe java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait