Class KeyNotFoundException

All Implemented Interfaces:
Serializable

public class KeyNotFoundException extends KeyException
Indicates that a key was not found in a key storage facility.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Generated UUID.
      See Also:
  • Constructor Details

    • KeyNotFoundException

      public KeyNotFoundException()
      Constructor.
    • KeyNotFoundException

      public KeyNotFoundException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • KeyNotFoundException

      public KeyNotFoundException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • KeyNotFoundException

      public KeyNotFoundException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one