Class ArrayKVException

All Implemented Interfaces:
Serializable

public class ArrayKVException extends RuntimeException
Superclass of all unchecked exceptions thrown by a ArrayKVStore.
See Also:
  • Constructor Details

    • ArrayKVException

      public ArrayKVException()
    • ArrayKVException

      public ArrayKVException(String message)
    • ArrayKVException

      public ArrayKVException(Throwable cause)
    • ArrayKVException

      public ArrayKVException(String message, Throwable cause)