Package io.trino.plugin.thrift.util
Class ThriftExceptions
- java.lang.Object
-
- io.trino.plugin.thrift.util.ThriftExceptions
-
public final class ThriftExceptions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> com.google.common.util.concurrent.ListenableFuture<T>catchingThriftException(com.google.common.util.concurrent.ListenableFuture<T> future)static TrinoExceptiontoTrinoException(Exception e)
-
-
-
Method Detail
-
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)
-
-