Class KeyNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
pygar.identity_authority.KeyNotFound
All Implemented Interfaces:
java.io.Serializable

public class KeyNotFound
extends java.lang.Exception
The KeyNotFound exception is thrown when an access to a KeyStore fails to find a key.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String entity  
  • Constructor Summary

    Constructors 
    Constructor Description
    KeyNotFound​(java.lang.String entityName)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • entity

      public java.lang.String entity
  • Constructor Details

    • KeyNotFound

      public KeyNotFound​(java.lang.String entityName)