Class RepositoryHookVetoedException

All Implemented Interfaces:
Serializable

public class RepositoryHookVetoedException extends ServiceException
Exception that can be thrown when one or more repository-hook modules reject a proposed ref changes. Note that RepositoryHookService.preUpdate(RepositoryHookRequest) does not throw this exception. However, code that invokes the hooks may throw this exception after one or more hooks have rejected the exception.
Since:
5.0
See Also: