Class QueryProcessingException
- java.lang.Object
-
- org.apache.pinot.common.response.broker.QueryProcessingException
-
public class QueryProcessingException extends Object
This class represents an exception using a message and an error code.
-
-
Constructor Summary
Constructors Constructor Description QueryProcessingException()QueryProcessingException(int errorCode, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()StringgetMessage()voidsetErrorCode(int errorCode)voidsetMessage(String message)
-
-
-
Constructor Detail
-
QueryProcessingException
public QueryProcessingException()
-
QueryProcessingException
public QueryProcessingException(int errorCode, String message)
-
-