Package org.soulwing.s2ks
Class NoSuchKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.soulwing.s2ks.KeyStorageException
-
- org.soulwing.s2ks.NoSuchKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchKeyException extends KeyStorageException
An exception thrown to indicate that an attempt to retrieve a key from storage failed, because there is no stored key with the given identifier.- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchKeyException(java.lang.String keyId)
-