Class SandboxException.WorkspaceStopException

All Implemented Interfaces:
Serializable
Enclosing class:
SandboxException

public static class SandboxException.WorkspaceStopException extends SandboxException
Thrown when the workspace backend fails to stop.
See Also:
  • Constructor Details

    • WorkspaceStopException

      public WorkspaceStopException(Path path, Throwable cause)
      Creates a workspace-stop exception.
      Parameters:
      path - the workspace path that could not be stopped
      cause - the underlying cause
  • Method Details

    • getPath

      public Path getPath()
      Returns the workspace path that failed to stop.
      Returns:
      workspace path