Package org.nuxeo.ecm.directory
Class DirectoryDeleteConstraintException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.directory.DirectoryException
-
- org.nuxeo.ecm.directory.DirectoryDeleteConstraintException
-
- All Implemented Interfaces:
Serializable
public class DirectoryDeleteConstraintException extends DirectoryException
Exception thrown when attempting to delete a directory entry which has constraints preventing the deletion.- Since:
- 8.4
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description DirectoryDeleteConstraintException()
DirectoryDeleteConstraintException(String message)
DirectoryDeleteConstraintException(String message, Throwable cause)
DirectoryDeleteConstraintException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DirectoryDeleteConstraintException
public DirectoryDeleteConstraintException()
-
DirectoryDeleteConstraintException
public DirectoryDeleteConstraintException(String message, Throwable cause)
-
DirectoryDeleteConstraintException
public DirectoryDeleteConstraintException(String message)
-
DirectoryDeleteConstraintException
public DirectoryDeleteConstraintException(Throwable cause)
-
-