Class SandboxTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.util.sandbox.SandboxException
-
- com.atlassian.confluence.util.sandbox.SandboxTimeoutException
-
- All Implemented Interfaces:
Serializable
@ExperimentalApi public class SandboxTimeoutException extends SandboxException
Is thrown when the sandbox process has been killed due to the timeout- Since:
- 6.12
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SandboxTimeoutException(String message)
SandboxTimeoutException(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
-
-