Class KeyTypeException

All Implemented Interfaces:
Serializable

public class KeyTypeException extends KeyException
Key type exception.
Version:
2020-03-03
Author:
Vladimir Dzhuvinov, stisve
See Also:
  • Constructor Details

    • KeyTypeException

      public KeyTypeException(Class<? extends Key> expectedKeyClass)
      Creates a new key type exception.
      Parameters:
      expectedKeyClass - The expected key class. Should not be null.
    • KeyTypeException

      public KeyTypeException(Class<? extends Key> expectedKeyInterface, Class<?>... additionalInterfaces)
      Creates a new key type exception.
      Parameters:
      expectedKeyInterface - The expected key interfaces. Should not be null.
      additionalInterfaces - Additional interfaces the key is required to implement.