org.exoplatform.clouddrive.cmis
Class CMISException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CMISInvalidArgumentException, WrongCMISProviderException

public class CMISException
extends org.exoplatform.clouddrive.CloudProviderException

Indicates a problem on provider side or communication problem.

See Also:
Serialized Form

Constructor Summary
CMISException(String message)
           
CMISException(String message, Throwable cause)
           
CMISException(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

CMISException

public CMISException(String message)
Parameters:
message -

CMISException

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

CMISException

public CMISException(Throwable cause)
Parameters:
cause -


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