Package io.goobi.viewer.exceptions
Class RecordLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.RecordLimitExceededException
- All Implemented Interfaces:
Serializable
Thrown when the configured maximum number of records in a result set or export has been exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecordLimitExceededException(String string) Creates a new RecordNotFoundException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecordLimitExceededException
Creates a new RecordNotFoundException instance.- Parameters:
string-String
-