Class UnknownKeyException

All Implemented Interfaces:
Serializable

public class UnknownKeyException
extends IllegalArgumentException
An exception that indicates an unknown key value.
See Also:
Serialized Form
  • Constructor Details

    • UnknownKeyException

      public UnknownKeyException​(String message)
      Creates a new exception.
      Parameters:
      message - a message describing the exception.