Class 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)  
    • 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
    • Constructor Detail

      • NoSuchKeyException

        public NoSuchKeyException​(java.lang.String keyId)