Package com.linkedin.venice.exceptions
Class VeniceRouterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.exceptions.VeniceRouterException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
VeniceNoHelixResourceException
public class VeniceRouterException extends VeniceException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description VeniceRouterException()
VeniceRouterException(java.lang.String s)
VeniceRouterException(java.lang.String s, java.lang.Throwable t)
VeniceRouterException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.handler.codec.http.HttpResponseStatus
getHttpResponseStatus()
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
VeniceRouterException
public VeniceRouterException()
-
VeniceRouterException
public VeniceRouterException(java.lang.String s)
-
VeniceRouterException
public VeniceRouterException(java.lang.Throwable t)
-
VeniceRouterException
public VeniceRouterException(java.lang.String s, java.lang.Throwable t)
-
-