Package hec.lang

Class WorkspaceExistsException

All Implemented Interfaces:
Serializable

public class WorkspaceExistsException extends RuntimeException implements Serializable
exception thrown when a user tries to create a new workspace and there is a workspace that already exists.
See Also:
  • Constructor Details

    • WorkspaceExistsException

      public WorkspaceExistsException(String wkspName, String wkspPath)
  • Method Details