Class NamespacedHierarchicalStore.MemoizingSupplier.Failure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Throwable throwable  
    • Constructor Summary

      Constructors 
      Constructor Description
      Failure​(java.lang.Throwable throwable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • throwable

        private final java.lang.Throwable throwable
    • Constructor Detail

      • Failure

        public Failure​(java.lang.Throwable throwable)