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 whenPermissionBackend
cannot compute the result.This is typically a transient failure, such as a required group backend not responding to membership requests.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermissionBackendException(String message)
PermissionBackendException(String message, Throwable cause)
PermissionBackendException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-