Package com.apple.foundationdb.record
Class ScanLimitReachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.util.LoggableException
com.apple.foundationdb.record.RecordCoreException
com.apple.foundationdb.record.ScanLimitReachedException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>
,Serializable
Exception thrown when a transaction tries to scan more than the allowed number of key-value pairs.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.apple.foundationdb.record.RecordCoreException
addLogInfo, addLogInfo
Methods inherited from class com.apple.foundationdb.util.LoggableException
exportLogInfo, getLogInfo
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScanLimitReachedException
-