Class UnsupportedContentUrlException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedContentUrlException
    extends org.alfresco.error.AlfrescoRuntimeException
    Exception produced when a content URL is not supported by a particular ContentStore implementation.
    Since:
    2.1
    Author:
    Derek Hulley
    See Also:
    ContentStore.getWriter(ContentContext), Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsupportedContentUrlException​(org.alfresco.repo.content.ContentStore contentStore, java.lang.String contentUrl)  
      UnsupportedContentUrlException​(org.alfresco.repo.content.ContentStore contentStore, java.lang.String contentUrl, java.lang.String msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.repo.content.ContentStore getContentStore()  
      java.lang.String getContentUrl()  
      • Methods inherited from class org.alfresco.error.AlfrescoRuntimeException

        create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedContentUrlException

        public UnsupportedContentUrlException​(org.alfresco.repo.content.ContentStore contentStore,
                                              java.lang.String contentUrl)
        Parameters:
        contentStore - the originating content store
        contentUrl - the offending content URL
      • UnsupportedContentUrlException

        public UnsupportedContentUrlException​(org.alfresco.repo.content.ContentStore contentStore,
                                              java.lang.String contentUrl,
                                              java.lang.String msg)
        Parameters:
        contentStore - the originating content store
        contentUrl - the offending content URL
    • Method Detail

      • getContentStore

        public org.alfresco.repo.content.ContentStore getContentStore()
      • getContentUrl

        public java.lang.String getContentUrl()