Class PreconditionViolatedPersistenceException

  • All Implemented Interfaces:
    java.io.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
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PreconditionViolatedPersistenceException

        public PreconditionViolatedPersistenceException​(java.lang.String message,
                                                        java.lang.Exception e)
      • PreconditionViolatedPersistenceException

        public PreconditionViolatedPersistenceException​(java.lang.String msg,
                                                        java.lang.Throwable cause,
                                                        java.lang.String resourcePath,
                                                        java.lang.String propertyName)