public class SQLException extends Exception
Constructor and Description |
---|
SQLException() |
SQLException(String reason) |
SQLException(String reason,
String SQLState) |
SQLException(String reason,
String SQLState,
int vendorCode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
SQLException |
getNextException() |
String |
getSQLState() |
void |
setNextException(SQLException ex) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLException()
public SQLException(String reason)
public int getErrorCode()
public SQLException getNextException()
public void setNextException(SQLException ex)
public String getSQLState()