Uses of Class
com.atlassian.confluence.util.sandbox.SandboxException
-
Packages that use SandboxException Package Description com.atlassian.confluence.util.sandbox Sandbox framework enables running any java code independent of Confluence core in a separate OS process which can crash, run out of memory, be killed and restarted without affecting Confluence. -
-
Uses of SandboxException in com.atlassian.confluence.util.sandbox
Subclasses of SandboxException in com.atlassian.confluence.util.sandbox Modifier and Type Class Description class
SandboxCrashedException
Is thrown when sandbox JVM has crashedclass
SandboxNotFoundException
This error is thrown when sandbox instance with given spec can't be obtainedclass
SandboxStartupException
If thrown when the sandbox process has been failed to startclass
SandboxTimeoutException
Is thrown when the sandbox process has been killed due to the timeout
-