public class BeeSQLException extends SQLException
| 构造器和说明 |
|---|
BeeSQLException(String s) |
BeeSQLException(String reason,
Throwable cause) |
BeeSQLException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getMessage() |
String |
getSQLState() |
getNextException, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic BeeSQLException(String s)
public BeeSQLException(Throwable cause)
public int getErrorCode()
getErrorCode 在类中 SQLExceptionpublic String getSQLState()
getSQLState 在类中 SQLExceptionpublic String getMessage()
getMessage 在类中 ThrowableCopyright © 2024. All rights reserved.