Package org.exoplatform.clouddrive.cmis
Class CMISException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CMISInvalidArgumentException,WrongCMISProviderException
public class CMISException extends org.exoplatform.services.cms.clouddrives.CloudProviderExceptionIndicates a problem on provider side or communication problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMISException(String message)Instantiates a new CMIS exception.CMISException(String message, Throwable cause)Instantiates a new CMIS exception.CMISException(Throwable cause)Instantiates a new CMIS 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
-
CMISException
public CMISException(String message)
Instantiates a new CMIS exception.- Parameters:
message- the message
-
CMISException
public CMISException(String message, Throwable cause)
Instantiates a new CMIS exception.- Parameters:
message- the messagecause- the cause
-
CMISException
public CMISException(Throwable cause)
Instantiates a new CMIS exception.- Parameters:
cause- the cause
-
-