Class TemporaryPersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.sling.api.resource.PersistenceException
org.apache.sling.servlets.post.exceptions.TemporaryPersistenceException
- All Implemented Interfaces:
Serializable
This exceptions indicates errors, which might be temporary and for which a retry
with the same parameters could work.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemporaryPersistenceException
(String message, Exception e) TemporaryPersistenceException
(String msg, Throwable cause, String resourcePath, String propertyName) -
Method Summary
Methods inherited from class org.apache.sling.api.resource.PersistenceException
getPropertyName, getResourcePath
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemporaryPersistenceException
-
TemporaryPersistenceException
-