Class VeniceNoHelixResourceException

All Implemented Interfaces:
Serializable

public class VeniceNoHelixResourceException extends VeniceRouterException
See Also:
  • Constructor Details

    • VeniceNoHelixResourceException

      public VeniceNoHelixResourceException(String resource)
  • Method Details

    • getResource

      public String getResource()
    • getVersion

      public int getVersion()
    • getHttpStatusCode

      public int getHttpStatusCode()
      Description copied from class: VeniceException
      If this exception is caught in handling an http request, what status code should be returned? By default this is derived from the ErrorType set on the exception (see ErrorType.getHttpStatusCode()), which defaults to 500 (Internal Server Error) for ErrorType.GENERAL_ERROR. Exceptions that extend VeniceException can override this for different behavior.
      Overrides:
      getHttpStatusCode in class VeniceException