Class KeyNotFoundException

All Implemented Interfaces:
Serializable

public class KeyNotFoundException extends ResourceNotFoundException
See Also:
  • Field Details

    • keyID

      public KeyId keyID
  • Constructor Details

    • KeyNotFoundException

      public KeyNotFoundException(KeyId keyId)
    • KeyNotFoundException

      public KeyNotFoundException(KeyId keyId, String message)
    • KeyNotFoundException

      public KeyNotFoundException(KeyId keyId, String message, Throwable cause)
    • KeyNotFoundException

      public KeyNotFoundException(PKIException.Data data)
  • Method Details