Class NotImplemented
- java.lang.Object
-
- com.linkedin.venice.controller.server.NotImplemented
-
public class NotImplemented extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NOT_IMPLEMENTED_MSG
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static spark.Route
getRoute()
-
-
-
Field Detail
-
NOT_IMPLEMENTED_MSG
public static final java.lang.String NOT_IMPLEMENTED_MSG
- See Also:
- Constant Field Values
-
-