SQLExceptionpublic class SQLException extends RuntimeException An exception that indicates there was an error with SQL parsing or execution. |
Constructors Summary |
---|
public SQLException()
| public SQLException(String error)
super(error);
| public SQLException(String error, Throwable cause)
super(error, cause);
|
|