Class TrinoThriftServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.trino.plugin.thrift.api.TrinoThriftServiceException
All Implemented Interfaces:
Serializable

@ThriftStruct public final class TrinoThriftServiceException extends Exception
See Also:
  • Constructor Details

    • TrinoThriftServiceException

      @ThriftConstructor public TrinoThriftServiceException(String message, boolean retryable)
  • Method Details

    • getMessage

      @ThriftField(1) public String getMessage()
      Overrides:
      getMessage in class Throwable
    • isRetryable

      @ThriftField(2) public boolean isRetryable()