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
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.