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