Package com.apple.foundationdb.record
Class TupleRange.ByteStringBoundException
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.TupleRange.ByteStringBoundException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>
,Serializable
- Enclosing class:
- TupleRange
Exception thrown when range endpoint is not consistent with
CONTINUATION
endpoint type.- See Also:
-
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
-
ByteStringBoundException
public ByteStringBoundException(@Nullable byte[] rangeBytes)
-