Class SharedWorkspaceNotFoundException

All Implemented Interfaces:
Serializable

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

    • SharedWorkspaceNotFoundException

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