Class SandboxNotFoundException

  • All Implemented Interfaces:
    Serializable

    @ExperimentalApi
    public class SandboxNotFoundException
    extends SandboxException
    This error is thrown when sandbox instance with given spec can't be obtained
    Since:
    6.12
    See Also:
    Serialized Form
    • Constructor Detail

      • SandboxNotFoundException

        public SandboxNotFoundException​(String message)
      • SandboxNotFoundException

        public SandboxNotFoundException​(String message,
                                        Throwable cause)