Class TooManyChangesException

All Implemented Interfaces:
Serializable

public class TooManyChangesException extends NuxeoException
Exception thrown by FileSystemChangeFinder when too many document changes are found in the audit logs.
Author:
Antoine Taillefer
See Also:
  • Constructor Details

    • TooManyChangesException

      public TooManyChangesException(String message)
    • TooManyChangesException

      public TooManyChangesException(String message, Throwable cause)
    • TooManyChangesException

      public TooManyChangesException(Throwable cause)