public class SQLFailureException extends RuntimeException
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SQLException |
_sqlEx
The cause of SQL failure.
|
| コンストラクタと説明 |
|---|
SQLFailureException(String msg,
SQLException cause)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SQLException |
getSQLException()
Get the SQLException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final SQLException _sqlEx
public SQLFailureException(String msg, SQLException cause)
msg - The message of the exception. (NotNull)cause - SQLException. (NotNull)public SQLException getSQLException()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.