Class WorkspacePathNotFoundException

All Implemented Interfaces:
Serializable

public class WorkspacePathNotFoundException extends AbstractRuntimeException
Thrown when the workspace path is not found.
Since:
2.7
See Also:
  • Constructor Details

    • WorkspacePathNotFoundException

      public WorkspacePathNotFoundException(String message)
      Constructs a WorkspacePathNotFoundException.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).