Class MetadataUnwrapException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetadataUnwrapException
    extends KeyStorageException
    An exception thrown to indicate that there was a problem decoding metadata associated with a stored key.
    Author:
    Carl Harris
    See Also:
    Serialized Form
    • 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

      • MetadataUnwrapException

        public MetadataUnwrapException​(java.lang.String message)
      • MetadataUnwrapException

        public MetadataUnwrapException​(java.lang.String message,
                                       java.lang.Throwable cause)