Class ThriftExceptions

java.lang.Object
io.trino.plugin.thrift.util.ThriftExceptions

public final class ThriftExceptions extends Object
  • Method Details

    • toTrinoException

      public static TrinoException toTrinoException(Exception e)
    • catchingThriftException

      public static <T> com.google.common.util.concurrent.ListenableFuture<T> catchingThriftException(com.google.common.util.concurrent.ListenableFuture<T> future)