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:
Serializable
Enclosing class:
VIntCoding

public static class VIntCoding.VIntOutOfRangeException extends 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:
  • Field Details

    • value

      public final long value