Package pygar.identity_authority
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
-
Field Details
-
entity
public java.lang.String entity
-
-
Constructor Details
-
KeyNotFound
public KeyNotFound(java.lang.String entityName)
-