Package org.nuxeo.drive.adapter
Class RootlessItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.drive.adapter.RootlessItemException
- All Implemented Interfaces:
 Serializable
Exception raised when recursive factory calls failed to find the ancestry to a the top level folder.
- See Also:
 
- 
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode - 
Constructor Summary
ConstructorsConstructorDescriptionRootlessItemException(String message) RootlessItemException(String message, Throwable cause) RootlessItemException(Throwable cause)  - 
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RootlessItemException
public RootlessItemException() - 
RootlessItemException
 - 
RootlessItemException
 - 
RootlessItemException
 
 -