public class LjtSQLException extends SQLException
| コンストラクタと説明 |
|---|
LjtSQLException(String msg) |
LjtSQLException(String msg,
String sqlState,
int vendorCode,
SQLException cause) |
LjtSQLException(String msg,
Throwable cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
setupNextCause(Throwable cause) |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic LjtSQLException(String msg)
public LjtSQLException(String msg, String sqlState, int vendorCode, SQLException cause)
protected void setupNextCause(Throwable cause)
Copyright © 2015–2019 The DBFlute Project. All rights reserved.