Uses of Class
io.trino.spi.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in io.trino.spi
Methods in io.trino.spi that return ErrorCodeModifier and TypeMethodDescriptionTrinoException.getErrorCode()ErrorCodeSupplier.toErrorCode()StandardErrorCode.toErrorCode()Constructors in io.trino.spi with parameters of type ErrorCodeModifierConstructorDescriptionTrinoException(ErrorCode errorCode, String message, Throwable cause) -
Uses of ErrorCode in io.trino.spi.eventlistener
Methods in io.trino.spi.eventlistener that return ErrorCodeConstructors in io.trino.spi.eventlistener with parameters of type ErrorCode