Class 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:
    Serialized Form
    • Constructor Detail

      • PermissionBackendException

        public PermissionBackendException​(String message)
      • PermissionBackendException

        public PermissionBackendException​(Throwable cause)
      • PermissionBackendException

        public PermissionBackendException​(String message,
                                          Throwable cause)