Package org.nuxeo.drive.service
Class TooManyChangesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.drive.service.TooManyChangesException
-
- All Implemented Interfaces:
Serializable
public class TooManyChangesException extends NuxeoException
Exception thrown byFileSystemChangeFinder
when too many document changes are found in the audit logs.- Author:
- Antoine Taillefer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description TooManyChangesException(String message)
TooManyChangesException(String message, Throwable cause)
TooManyChangesException(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
-
-