Klasse PreconditionViolatedPersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.sling.api.resource.PersistenceException
org.apache.sling.servlets.post.exceptions.PreconditionViolatedPersistenceException
- Alle implementierten Schnittstellen:
Serializable
public class PreconditionViolatedPersistenceException
extends org.apache.sling.api.resource.PersistenceException
Indicates that the input does not meet necessary precondition.
In that case the client should redo the request with a changed input.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPreconditionViolatedPersistenceException(String message, Exception e) PreconditionViolatedPersistenceException(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
-
PreconditionViolatedPersistenceException
-
PreconditionViolatedPersistenceException
-
PreconditionViolatedPersistenceException
-