public class BeeSQLException extends BeeException
| 限定符 | 构造器和说明 |
|---|---|
|
BeeSQLException() |
|
BeeSQLException(String message) |
|
BeeSQLException(String reason,
String sqlState,
int vendorCode,
Throwable cause) |
|
BeeSQLException(String message,
Throwable cause) |
protected |
BeeSQLException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
BeeSQLException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode()
Retrieves the vendor-specific exception code
for this
BeeSQLException object. |
String |
getSQLState()
Retrieves the SQLState for this
BeeSQLException object. |
public BeeSQLException()
public BeeSQLException(String message)
public BeeSQLException(Throwable cause)
protected BeeSQLException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public String getSQLState()
BeeSQLException object.public int getErrorCode()
BeeSQLException object.Copyright © 2021. All rights reserved.