BatchUpdateException.BatchUpdateException() | Java

 

Descripción

Sintaxis

public BatchUpdateException()
public BatchUpdateException(int[] updateCounts)
public BatchUpdateException(int[] updateCounts, Throwable cause)
public BatchUpdateException(String reason, int[] updateCounts)
public BatchUpdateException(String reason, int[] updateCounts, Throwable cause)
public BatchUpdateException(String reason, String SQLState, int[] updateCounts)
public BatchUpdateException(String reason, String SQLState, int[] updateCounts, Throwable cause)
public BatchUpdateException(String reason, String SQLState, int vendorCode, int[] updateCounts)
public BatchUpdateException(String reason, String SQLState, int vendorCode, int[] updateCounts, Throwable cause)
public BatchUpdateException(String reason, String SQLState, int vendorCode, long[] updateCounts, Throwable cause)
public BatchUpdateException(Throwable cause)

Parámetros

  • long[] updateCounts,
  • String SQLState,
  • int[] updateCounts,
  • int vendorCode,
  • String reason,
  • Throwable cause,

Clase Padre

BatchUpdateException

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.