SQLException.SQLException() | Java

 

Descripción

Sintaxis

public SQLException()
public SQLException(String reason)
public SQLException(String reason, String SQLState)
public SQLException(String reason, String SQLState, int vendorCode)
public SQLException(String reason, String sqlState, int vendorCode, Throwable cause)
public SQLException(String reason, String sqlState, Throwable cause)
public SQLException(String reason, Throwable cause)
public SQLException(Throwable cause)

Parámetros

  • String SQLState,
  • int vendorCode,
  • String sqlState,
  • String reason,
  • Throwable cause,

Clase Padre

SQLException

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.