public class ReadLimitReachException
extends java.lang.Exception
| Constructor and Description |
|---|
ReadLimitReachException(java.lang.String text,
int limit)
Erstellt die Exception mit Angabe ds Limits Standardkonstruktor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit()
Liefert das erreichte Limit
|