public class InvalidValue extends Issue
Constructor and Description |
---|
InvalidValue(byte[] key,
byte[] oldValue) |
InvalidValue(byte[] key,
byte[] oldValue,
byte[] newValue) |
InvalidValue(KVPair pair) |
InvalidValue(KVPair pair,
byte[] newValue) |
InvalidValue(String description,
byte[] key,
byte[] oldValue,
byte[] newValue) |
public InvalidValue(KVPair pair)
public InvalidValue(KVPair pair, byte[] newValue)
public InvalidValue(byte[] key, byte[] oldValue)
public InvalidValue(byte[] key, byte[] oldValue, byte[] newValue)
public InvalidValue(String description, byte[] key, byte[] oldValue, byte[] newValue)
Copyright © 2022. All rights reserved.