Package org.nuxeo.drive.adapter
Class NuxeoDriveContribException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.drive.adapter.NuxeoDriveContribException
-
- All Implemented Interfaces:
Serializable
public class NuxeoDriveContribException extends NuxeoException
Exception raised when no contributions to theFileSystemItemAdapterService
are found or the component is not ready, ie. application has not started yet.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description NuxeoDriveContribException()
NuxeoDriveContribException(String message)
NuxeoDriveContribException(String message, Throwable cause)
NuxeoDriveContribException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-