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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationPersistenceAccessDeniedException(java.lang.String message)
ConfigurationPersistenceAccessDeniedException(java.lang.String message, java.lang.Throwable cause)
-