public class FetchingOverSafetySizeException extends RuntimeException
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
_dangerousDisplaySql
The executed dangerous SQL as displaySql.
|
protected int |
_safetyMaxResultSize
The max size of safety result.
|
| コンストラクタと説明 |
|---|
FetchingOverSafetySizeException(String msg,
int safetyMaxResultSize)
Constructor.
|
FetchingOverSafetySizeException(String msg,
Throwable cause,
int safetyMaxResultSize)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getDangerousDisplaySql()
Get the executed dangerous SQL as displaySql.
|
int |
getSafetyMaxResultSize()
Get the max size of safety result.
|
void |
setDangerousDisplaySql(String dangerousDisplaySql)
Get the executed dangerous SQL as displaySql.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected int _safetyMaxResultSize
protected String _dangerousDisplaySql
public FetchingOverSafetySizeException(String msg, int safetyMaxResultSize)
msg - The message of the exception. (NotNull)safetyMaxResultSize - The max size of safety result. (NotZero, ZotMinus)public int getSafetyMaxResultSize()
public String getDangerousDisplaySql()
public void setDangerousDisplaySql(String dangerousDisplaySql)
dangerousDisplaySql - The string for SQL. (NullAllowed)Copyright © 2014–2015 The DBFlute Project. All rights reserved.