Class KeyNotFoundException

All Implemented Interfaces:
Serializable

public class KeyNotFoundException extends RuntimeException
Thrown when an attempt at fetching a Key instance for an invalid/unknown key code is made.
See Also:
  • Constructor Details

    • KeyNotFoundException

      public KeyNotFoundException(int keyCode)