Class 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
All Implemented Interfaces:
Serializable

public class PreconditionViolatedPersistenceException extends PersistenceException
Indicates that the input does not meet necessary precondition. In that case the client should redo the request with a changed input.
See Also:
  • Constructor Details

    • PreconditionViolatedPersistenceException

      public PreconditionViolatedPersistenceException(String message, Exception e)
    • PreconditionViolatedPersistenceException

      public PreconditionViolatedPersistenceException(String msg, Throwable cause, String resourcePath, String propertyName)
    • PreconditionViolatedPersistenceException

      public PreconditionViolatedPersistenceException(String msg)