Class VeniceClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.client.exceptions.VeniceClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NonLocalAccessException
,ServiceDiscoveryException
,VeniceClientHttpException
public class VeniceClientException extends VeniceException
Thrown by the venice thin client if something goes wrong with the request Parent class to VeniceClientHttpException- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description VeniceClientException()
VeniceClientException(java.lang.String msg)
VeniceClientException(java.lang.String msg, java.lang.Throwable e)
VeniceClientException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
VeniceClientException
public VeniceClientException(java.lang.String msg, java.lang.Throwable e)
-
VeniceClientException
public VeniceClientException(java.lang.Throwable e)
-
VeniceClientException
public VeniceClientException(java.lang.String msg)
-
VeniceClientException
public VeniceClientException()
-
-