Package com.atlassian.confluence.diff
Class InterruptedDiffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.diff.DiffException
com.atlassian.confluence.diff.InterruptedDiffException
- All Implemented Interfaces:
Serializable
Exception thrown when the diff timed out or failed, possibly in another thread.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterruptedDiffException
(ContentEntityObject leftContent, ContentEntityObject rightContent, int timeout) InterruptedDiffException
(String message, int timeout) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterruptedDiffException
public InterruptedDiffException(ContentEntityObject leftContent, ContentEntityObject rightContent, int timeout) - Parameters:
timeout
- - in milliseconds
-
InterruptedDiffException
-
-
Method Details
-
getTimeout
public int getTimeout()- Returns:
- the timeout in milliseconds
-