Class PinotScatterGatherQueryClient.PinotException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pinot.connector.presto.PinotScatterGatherQueryClient.PinotException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PinotScatterGatherQueryClient
public static class PinotScatterGatherQueryClient.PinotException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PinotException(PinotScatterGatherQueryClient.ErrorCode errorCode, String message)PinotException(PinotScatterGatherQueryClient.ErrorCode errorCode, String message, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PinotScatterGatherQueryClient.ErrorCodegetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PinotException
public PinotException(PinotScatterGatherQueryClient.ErrorCode errorCode, String message, Throwable t)
-
PinotException
public PinotException(PinotScatterGatherQueryClient.ErrorCode errorCode, String message)
-
-
Method Detail
-
getErrorCode
public PinotScatterGatherQueryClient.ErrorCode getErrorCode()
-
-