Package org.apache.sling.caconfig.spi
Class ConfigurationPersistenceAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.caconfig.spi.ConfigurationPersistenceException
org.apache.sling.caconfig.spi.ConfigurationPersistenceAccessDeniedException
- All Implemented Interfaces:
Serializable
@ProviderType
public final class ConfigurationPersistenceAccessDeniedException
extends ConfigurationPersistenceException
Is thrown when configuration cannot be persisted because the user is not allowed to write to repository.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationPersistenceAccessDeniedException
(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
-
ConfigurationPersistenceAccessDeniedException
-
ConfigurationPersistenceAccessDeniedException
-