Package io.trino.plugin.pinot
Class PinotInsufficientServerResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.spi.TrinoException
io.trino.plugin.pinot.PinotException
io.trino.plugin.pinot.PinotInsufficientServerResponseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPinotInsufficientServerResponseException(PinotQueryInfo query, int numberOfServersResponded, int numberOfServersQueried) PinotInsufficientServerResponseException(PinotQueryInfo query, String message) -
Method Summary
Methods inherited from class io.trino.plugin.pinot.PinotException
isRetryableMethods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PinotInsufficientServerResponseException
public PinotInsufficientServerResponseException(PinotQueryInfo query, int numberOfServersResponded, int numberOfServersQueried) -
PinotInsufficientServerResponseException
-
PinotInsufficientServerResponseException
-