public class PagingOverSafetySizeException extends RuntimeException
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_allRecordCount
The count of all records.
|
protected int |
_safetyMaxResultSize
The max size of safety result.
|
| コンストラクタと説明 |
|---|
PagingOverSafetySizeException(String msg,
int safetyMaxResultSize)
Constructor.
|
PagingOverSafetySizeException(String msg,
int safetyMaxResultSize,
int allRecordCount)
Constructor.
|
PagingOverSafetySizeException(String msg,
Throwable cause,
int safetyMaxResultSize)
Constructor.
|
PagingOverSafetySizeException(String msg,
Throwable cause,
int safetyMaxResultSize,
int allRecordCount)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getAllRecordCount()
Get the count of all records.
|
int |
getSafetyMaxResultSize()
Get the max size of safety result.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected int _safetyMaxResultSize
protected int _allRecordCount
public PagingOverSafetySizeException(String msg, int safetyMaxResultSize)
msg - The message of the exception. (NotNull)safetyMaxResultSize - The max size of safety result. (NotZero, ZotMinus)public PagingOverSafetySizeException(String msg, Throwable cause, int safetyMaxResultSize)
msg - The message of the exception. (NotNull)cause - Throwable. (NullAllowed)safetyMaxResultSize - The max size of safety result. (NotZero, ZotMinus)public PagingOverSafetySizeException(String msg, int safetyMaxResultSize, int allRecordCount)
msg - The message of the exception. (NotNull)safetyMaxResultSize - The max size of safety result. (NotZero, ZotMinus)allRecordCount - The count of all records. (NotZero, ZotMinus, GraeterThanMaxSize)public PagingOverSafetySizeException(String msg, Throwable cause, int safetyMaxResultSize, int allRecordCount)
msg - The message of the exception. (NotNull)cause - Throwable. (NullAllowed)safetyMaxResultSize - The max size of safety result. (NotZero, ZotMinus)allRecordCount - The count of all records. (NotZero, ZotMinus, GraeterThanMaxSize)public int getSafetyMaxResultSize()
public int getAllRecordCount()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.