Class LogStoreErrors

Object
io.delta.storage.internal.LogStoreErrors

public class LogStoreErrors extends Object
  • Constructor Details

    • LogStoreErrors

      public LogStoreErrors()
  • Method Details

    • isNonFatal

      public static boolean isNonFatal(Throwable t)
      Returns true if the provided Throwable is to be considered non-fatal, or false if it is to be considered fatal
    • incorrectLogStoreImplementationException

      public static IOException incorrectLogStoreImplementationException(Throwable cause)