Class UnsupportedContentUrlException

    • Constructor Detail

      • UnsupportedContentUrlException

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

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

      • getContentUrl

        public String getContentUrl()