|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.atlassian.confluence.diff.DiffException com.atlassian.confluence.diff.InterruptedDiffException
public class InterruptedDiffException
Exception thrown when the diff timed out or failed, possibly in another thread.
Constructor Summary | |
---|---|
InterruptedDiffException(ContentEntityObject leftContent,
ContentEntityObject rightContent,
int timeout)
|
|
InterruptedDiffException(java.lang.String message,
int timeout)
|
Method Summary | |
---|---|
int |
getTimeout()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InterruptedDiffException(ContentEntityObject leftContent, ContentEntityObject rightContent, int timeout)
timeout
- - in millisecondspublic InterruptedDiffException(java.lang.String message, int timeout)
Method Detail |
---|
public int getTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |