Class PermissionBackendException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.permissions.PermissionBackendException
All Implemented Interfaces:
Serializable

public class PermissionBackendException extends Exception
Thrown when PermissionBackend cannot compute the result.

This is typically a transient failure, such as a required group backend not responding to membership requests.

See Also:
  • Constructor Details

    • PermissionBackendException

      public PermissionBackendException(String message)
    • PermissionBackendException

      public PermissionBackendException(Throwable cause)
    • PermissionBackendException

      public PermissionBackendException(String message, Throwable cause)