Class ContentExistsException

    • Constructor Detail

      • ContentExistsException

        public ContentExistsException​(ContentStore contentStore,
                                      String contentUrl)
        Parameters:
        contentStore - the originating content store
        contentUrl - the offending content URL
      • ContentExistsException

        public ContentExistsException​(ContentStore contentStore,
                                      String contentUrl,
                                      String msg)
        Parameters:
        contentStore - the originating content store
        contentUrl - the offending content URL
    • Method Detail

      • getContentUrl

        public String getContentUrl()