Class WrongCMISProviderException

  • All Implemented Interfaces:
    Serializable

    public class WrongCMISProviderException
    extends CMISException
    Wrong provider used for CMIS service end-point. This can be happen if dedicated CMIS extension used for other CMIS vendor (e.g. attempted to use SharePoint connector for Alfresco repository).
    Created by The eXo Platform SAS
    Version:
    $Id: WrongProviderException.java 00000 Oct 31, 2014 pnedonosko $
    Author:
    Peter Nedonosko
    See Also:
    Serialized Form
    • Constructor Detail

      • WrongCMISProviderException

        public WrongCMISProviderException​(String message)
        Instantiates a new wrong CMIS provider exception.
        Parameters:
        message - the message
      • WrongCMISProviderException

        public WrongCMISProviderException​(String message,
                                          Throwable cause)
        Instantiates a new wrong CMIS provider exception.
        Parameters:
        message - the message
        cause - the cause