Class DiffInterruptedException

All Implemented Interfaces:
Serializable

public class DiffInterruptedException extends RuntimeException
Thrown when a thread executing a diff is interrupted
Since:
4.0
See Also:
  • Field Details

  • Constructor Details

    • DiffInterruptedException

      public DiffInterruptedException(String message, Throwable cause)
      Constructor for DiffInterruptedException
      Parameters:
      message - error message
      cause - a Throwable
      Since:
      4.1
    • DiffInterruptedException

      public DiffInterruptedException(String message)
      Constructor for DiffInterruptedException
      Parameters:
      message - error message
      Since:
      4.1
    • DiffInterruptedException

      public DiffInterruptedException()
      Indicates that the thread computing a diff was interrupted.