Class ActiveObjectsRestoreTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.activeobjects.exception.ActiveObjectsRestoreTimeoutException
-
- All Implemented Interfaces:
Serializable
public class ActiveObjectsRestoreTimeoutException extends RuntimeException
Thrown when ActiveObjectsBackupRestoreProvider fails to complete active objects hot restart. If any of the AO bundles throw an exception during restart or if the restart times out this exception will be thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveObjectsRestoreTimeoutException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-