Class RequestCannotBeProcessedByFastPermissionsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.security.denormalisedpermissions.impl.RequestCannotBeProcessedByFastPermissionsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TooManySidsException

public class RequestCannotBeProcessedByFastPermissionsException extends RuntimeException
It is thrown when fast permissions can't process the request. This exception means that the fallback service has to process it instead.
Since:
7.17.2
See Also:
  • Constructor Details

    • RequestCannotBeProcessedByFastPermissionsException

      public RequestCannotBeProcessedByFastPermissionsException(String message)