Package com.linkedin.davinci.consumer
Class VeniceCoordinateOutOfRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.davinci.consumer.VeniceCoordinateOutOfRangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class VeniceCoordinateOutOfRangeException extends VeniceException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description VeniceCoordinateOutOfRangeException(java.lang.String message)
VeniceCoordinateOutOfRangeException(java.lang.String message, java.lang.Throwable cause)
VeniceCoordinateOutOfRangeException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
VeniceCoordinateOutOfRangeException
public VeniceCoordinateOutOfRangeException(java.lang.String message)
-
VeniceCoordinateOutOfRangeException
public VeniceCoordinateOutOfRangeException(java.lang.String message, java.lang.Throwable cause)
-
VeniceCoordinateOutOfRangeException
public VeniceCoordinateOutOfRangeException(java.lang.Throwable cause)
-
-