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
public class InterruptedDiffException extends DiffException
Exception thrown when the diff timed out or failed, possibly in another thread.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterruptedDiffException(ContentEntityObject leftContent, ContentEntityObject rightContent, int timeout)
InterruptedDiffException(String message, int timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getTimeout()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InterruptedDiffException
public InterruptedDiffException(ContentEntityObject leftContent, ContentEntityObject rightContent, int timeout)
- Parameters:
timeout
- - in milliseconds
-
InterruptedDiffException
public InterruptedDiffException(String message, int timeout)
-
-