Uses of Interface
io.trino.spi.ErrorCodeSupplier
Packages that use ErrorCodeSupplier
-
Uses of ErrorCodeSupplier in io.trino.spi
Classes in io.trino.spi that implement ErrorCodeSupplierConstructors in io.trino.spi with parameters of type ErrorCodeSupplierModifierConstructorDescriptionTrinoException(ErrorCodeSupplier errorCode, String message) TrinoException(ErrorCodeSupplier errorCode, String message, Throwable cause) TrinoException(ErrorCodeSupplier errorCode, Throwable throwable) TrinoException(ErrorCodeSupplier errorCodeSupplier, Optional<Location> location, String message, Throwable cause) TrinoTransportException(ErrorCodeSupplier errorCode, HostAddress remoteHost, String message) TrinoTransportException(ErrorCodeSupplier errorCodeSupplier, HostAddress remoteHost, String message, Throwable cause)