Class 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 Detail

      • SandboxTimeoutException

        public SandboxTimeoutException​(String message)
      • SandboxTimeoutException

        public SandboxTimeoutException​(String message,
                                       Throwable cause)