org.exoplatform.clouddrive.cmis
Class CMISException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.clouddrive.CloudDriveException
org.exoplatform.clouddrive.CloudProviderException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.