Class KeyNotFound

All Implemented Interfaces:
Serializable

public class KeyNotFound extends DatabaseException
An ObjectIndex throws KeyNotFound when a requested key is not found in the index. Each concrete index class * determines the circumstances under which this exception is thrown.

See Also:
  • Constructor Details

    • KeyNotFound

      public KeyNotFound()
      Constructs a new KeyNotFound with null as its error message string.

    • KeyNotFound

      public KeyNotFound(String s)
      Constructs a new KeyNotFound with s as its error message string.

      Parameters:
      s - Error message string.