Class PreconditionViolatedPersistenceException

  • All Implemented Interfaces:
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • PreconditionViolatedPersistenceException

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

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

        public PreconditionViolatedPersistenceException​(String msg)