org.exoplatform.clouddrive.sharepoint
Class SharepointServiceNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.clouddrive.CloudDriveException
              extended by org.exoplatform.clouddrive.CloudProviderException
                  extended by org.exoplatform.clouddrive.cmis.CMISException
                      extended by org.exoplatform.clouddrive.cmis.WrongCMISProviderException
                          extended by org.exoplatform.clouddrive.sharepoint.SharepointServiceNotFound
All Implemented Interfaces:
Serializable

public class SharepointServiceNotFound
extends org.exoplatform.clouddrive.cmis.WrongCMISProviderException

Web (REST) service not found on the SharePoint server. Exception message should describe details of the problem.
Created by The eXo Platform SAS

Version:
$Id: SharepointServiceNotFound.java 00000 Oct 31, 2014 pnedonosko $
Author:
Peter Nedonosko
See Also:
Serialized Form

Constructor Summary
SharepointServiceNotFound(String message)
           
SharepointServiceNotFound(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

SharepointServiceNotFound

public SharepointServiceNotFound(String message)
Parameters:
message -

SharepointServiceNotFound

public SharepointServiceNotFound(String message,
                                 Throwable cause)
Parameters:
message -
cause -


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.