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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestCannotBeProcessedByFastPermissionsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RequestCannotBeProcessedByFastPermissionsException
public RequestCannotBeProcessedByFastPermissionsException(String message)
-
-