Class HttpErrorStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pinot.common.exception.HttpErrorStatusException
-
- All Implemented Interfaces:
Serializable
public class HttpErrorStatusException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpErrorStatusException(String message, int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpErrorStatusException
public HttpErrorStatusException(String message, int statusCode)
-
-