Class InterruptedDiffException

All Implemented Interfaces:
Serializable

public class InterruptedDiffException extends DiffException
Exception thrown when the diff timed out or failed, possibly in another thread.
See Also:
  • Constructor Details

    • InterruptedDiffException

      public InterruptedDiffException(ContentEntityObject leftContent, ContentEntityObject rightContent, int timeout)
      Parameters:
      timeout - - in milliseconds
    • InterruptedDiffException

      public InterruptedDiffException(String message, int timeout)
  • Method Details

    • getTimeout

      public int getTimeout()
      Returns:
      the timeout in milliseconds