Class Exceptions


  • public class Exceptions
    extends Object
    • Constructor Detail

      • Exceptions

        public Exceptions()
    • Method Detail

      • getStackTraceAsString

        public static String getStackTraceAsString​(Throwable exception)
      • retryOnException

        public static <T> T retryOnException​(Supplier<T> supplier,
                                             int maxRetries)