public class BeeSQLException extends BeeException
| Modifier | Constructor and Description |
|---|---|
|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Retrieves the vendor-specific exception code
for this
BeeSQLException object. |
String |
getSQLState()
Retrieves the SQLState for this
BeeSQLException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2022. All rights reserved.