Package org.apache.cassandra.utils.vint
Class VIntCoding.VIntOutOfRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cassandra.utils.vint.VIntCoding.VIntOutOfRangeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- VIntCoding
public static class VIntCoding.VIntOutOfRangeException extends java.lang.RuntimeException
Throw when attempting to decode a vint and the output type doesn't have enough space to fit the value that was decoded- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
value
-