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
public class PinotInsufficientServerResponseException extends PinotException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PinotInsufficientServerResponseException(PinotQueryInfo query, int numberOfServersResponded, int numberOfServersQueried)PinotInsufficientServerResponseException(PinotQueryInfo query, String message)PinotInsufficientServerResponseException(String message)
-
Method Summary
-
Methods inherited from class io.trino.plugin.pinot.PinotException
isRetryable
-
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PinotInsufficientServerResponseException
public PinotInsufficientServerResponseException(PinotQueryInfo query, int numberOfServersResponded, int numberOfServersQueried)
-
PinotInsufficientServerResponseException
public PinotInsufficientServerResponseException(PinotQueryInfo query, String message)
-
PinotInsufficientServerResponseException
public PinotInsufficientServerResponseException(String message)
-
-