public class DiffInterruptedException extends RuntimeException
MyersDiff
,
Serialized FormConstructor and Description |
---|
DiffInterruptedException()
Indicates that the thread computing a diff was interrupted.
|
DiffInterruptedException(String message) |
DiffInterruptedException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DiffInterruptedException(String message, Throwable cause)
message
- cause
- public DiffInterruptedException(String message)
message
- public DiffInterruptedException()
Copyright © 2016 Eclipse JGit Project. All rights reserved.