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:
java.io.Serializable
public class PreconditionViolatedPersistenceException extends org.apache.sling.api.resource.PersistenceExceptionIndicates 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 Summary
Constructors Constructor Description PreconditionViolatedPersistenceException(java.lang.String message, java.lang.Exception e)PreconditionViolatedPersistenceException(java.lang.String msg, java.lang.Throwable cause, java.lang.String resourcePath, java.lang.String propertyName)
-
Method Summary
-
Methods inherited from class org.apache.sling.api.resource.PersistenceException
getPropertyName, getResourcePath
-
-
-
-
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)
-
-