Class ExtensionValuesStore.MemoizingSupplier.Failure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.RuntimeException exception  
    • Constructor Summary

      Constructors 
      Constructor Description
      Failure​(java.lang.RuntimeException exception)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • exception

        private final java.lang.RuntimeException exception
    • Constructor Detail

      • Failure

        public Failure​(java.lang.RuntimeException exception)