Class TemporaryPersistenceException

  • All Implemented Interfaces:
    Serializable

    public class TemporaryPersistenceException
    extends org.apache.sling.api.resource.PersistenceException
    This exceptions indicates errors, which might be temporary and for which a retry with the same parameters could work.
    See Also:
    Serialized Form
    • Constructor Detail

      • TemporaryPersistenceException

        public TemporaryPersistenceException​(String message,
                                             Exception e)
      • TemporaryPersistenceException

        public TemporaryPersistenceException​(String msg,
                                             Throwable cause,
                                             String resourcePath,
                                             String propertyName)