Class VeniceAclException

All Implemented Interfaces:
Serializable

public class VeniceAclException extends VeniceException
A runtime exception which may be thrown by implementation of AuthorizerService interface.
See Also:
  • Constructor Details

    • VeniceAclException

      public VeniceAclException(String message, int httpErrorCode)
    • VeniceAclException

      public VeniceAclException(String message, int httpErrorCode, Throwable throwable)
  • Method Details