Class ReadLimitReachException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.frankmuenster.mahoe.exceptions.ReadLimitReachException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReadLimitReachException extends java.lang.Exception
Fehler der anzeigt das ein Limit zum Lesen von Daten erreicht wurde.- Author:
- Frank Münster
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadLimitReachException(java.lang.String text, int limit)
Erstellt die Exception mit Angabe ds Limits Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLimit()
Liefert das erreichte Limit
-