Package org.apache.sling.caconfig.spi
Class ConfigurationPersistenceException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.sling.caconfig.spi.ConfigurationPersistenceException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 ConfigurationPersistenceAccessDeniedException
@ProviderType public class ConfigurationPersistenceException extends java.lang.RuntimeException
Is thrown when configuration cannot be persisted.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConfigurationPersistenceException(java.lang.String message)ConfigurationPersistenceException(java.lang.String message, java.lang.Throwable cause) 
 -