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
Is thrown when the sandbox process has been killed due to the timeout
- Since:
 - 6.12
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSandboxTimeoutException(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 
- 
Constructor Details
- 
SandboxTimeoutException
 - 
SandboxTimeoutException
 
 -