Class VeniceClientHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.client.exceptions.VeniceClientException
-
- com.linkedin.venice.client.exceptions.VeniceClientHttpException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
VeniceClientRateExceededException
public class VeniceClientHttpException extends VeniceClientException
VeniceClientException
with a http code- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description VeniceClientHttpException(int httpStatus)
VeniceClientHttpException(java.lang.String msg, int httpStatus)
VeniceClientHttpException(java.lang.String msg, int httpStatus, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHttpStatus()
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
VeniceClientHttpException
public VeniceClientHttpException(java.lang.String msg, int httpStatus)
-
VeniceClientHttpException
public VeniceClientHttpException(java.lang.String msg, int httpStatus, java.lang.Throwable cause)
-
VeniceClientHttpException
public VeniceClientHttpException(int httpStatus)
-
-