Klasse 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
- Alle implementierten Schnittstellen:
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.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTemporaryPersistenceException(String message, Exception e) TemporaryPersistenceException(String msg, Throwable cause, String resourcePath, String propertyName) -
Methodenübersicht
Von Klasse geerbte Methoden org.apache.sling.api.resource.PersistenceException
getPropertyName, getResourcePathVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
TemporaryPersistenceException
-
TemporaryPersistenceException
-