Package org.exoplatform.clouddrive.cmis
Class WrongCMISProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.services.cms.clouddrives.CloudDriveException
-
- org.exoplatform.services.cms.clouddrives.CloudProviderException
-
- org.exoplatform.clouddrive.cmis.CMISException
-
- org.exoplatform.clouddrive.cmis.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 Summary
Constructors Constructor Description WrongCMISProviderException(String message)Instantiates a new wrong CMIS provider exception.WrongCMISProviderException(String message, Throwable cause)Instantiates a new wrong CMIS provider exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrongCMISProviderException
public WrongCMISProviderException(String message)
Instantiates a new wrong CMIS provider exception.- Parameters:
message- the message
-
-