Package io.permazen.jsck
Class InvalidKey
java.lang.Object
io.permazen.jsck.Issue
io.permazen.jsck.InvalidKey
Represents an invalid/unexpected key in a Permazen key/value database.
-
Constructor Summary
ConstructorDescriptionInvalidKey
(byte[] key, byte[] value) InvalidKey
(KVPair pair) InvalidKey
(String message, byte[] key, byte[] value) -
Method Summary
-
Constructor Details
-
InvalidKey
-
InvalidKey
public InvalidKey(byte[] key, byte[] value) -
InvalidKey
-