Class PermissionBackendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.permissions.PermissionBackendException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionPermissionBackendException
(String message) PermissionBackendException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermissionBackendException
-
PermissionBackendException
-
PermissionBackendException
-