Uses of Class
org.nuxeo.ecm.core.api.NuxeoException
-
-
Uses of NuxeoException in org.nuxeo.binary.metadata.api
Subclasses of NuxeoException in org.nuxeo.binary.metadata.api Modifier and Type Class Description classBinaryMetadataException -
Uses of NuxeoException in org.nuxeo.drive.adapter
Subclasses of NuxeoException in org.nuxeo.drive.adapter Modifier and Type Class Description classNuxeoDriveContribExceptionException raised when no contributions to theFileSystemItemAdapterServiceare found or the component is not ready, ie.classRootlessItemExceptionException raised when recursive factory calls failed to find the ancestry to a the top level folder. -
Uses of NuxeoException in org.nuxeo.drive.service
Subclasses of NuxeoException in org.nuxeo.drive.service Modifier and Type Class Description classTooManyChangesExceptionException thrown byFileSystemChangeFinderwhen too many document changes are found in the audit logs. -
Uses of NuxeoException in org.nuxeo.easyshare
Methods in org.nuxeo.easyshare that throw NuxeoException Modifier and Type Method Description StringEasyShare. getFileName(DocumentModel doc)javax.ws.rs.core.ResponseEasyShare. getFileStream(String shareId, String fileId) -
Uses of NuxeoException in org.nuxeo.ecm.core.api
Subclasses of NuxeoException in org.nuxeo.ecm.core.api Modifier and Type Class Description classConcurrentUpdateExceptionAn exception thrown if a concurrent update was detected.classDocumentExistsExceptionException thrown when a method tries to create a document that already exists through copy or move, or when trying to delete the target of a proxy.classDocumentNotFoundExceptionException thrown when a document is not found.classDocumentSecurityExceptionException thrown when access to a document is denied.classLifeCycleExceptionException thrown when an attempt is made to follow an incorrect lifecycle transition or to create a document with an incorrect initial lifecycle stateclassLockExceptionException thrown when failing to lock or unlock a document.classPropertyExceptionBase exception thrown when there is a problem accessing a property.classRecoverableClientExceptionException that can be handled at UI level to display a dedicated user messageMethods in org.nuxeo.ecm.core.api that return NuxeoException Modifier and Type Method Description NuxeoExceptionNuxeoException. addInfo(String info)Adds information to this exception, to be returned with the message. -
Uses of NuxeoException in org.nuxeo.ecm.core.api.model
Subclasses of NuxeoException in org.nuxeo.ecm.core.api.model Modifier and Type Class Description classBlobNotFoundExceptionIndicates a blob is missing.classInvalidPropertyValueExceptionException thrown when setting an illegal property value.classPropertyConversionExceptionException thrown when trying to convert a property value to an incompatible type during read or write.classPropertyNotFoundExceptionException indicating a property not found.classReadOnlyPropertyExceptionException thrown when attempting to write to a read-only property.classVersionNotModifiableExceptionException indicating that a version cannot be modified. -
Uses of NuxeoException in org.nuxeo.ecm.core.api.validation
Subclasses of NuxeoException in org.nuxeo.ecm.core.api.validation Modifier and Type Class Description classDocumentValidationExceptionException thrown when some process failed due toValidationViolation. -
Uses of NuxeoException in org.nuxeo.ecm.core.convert.api
Subclasses of NuxeoException in org.nuxeo.ecm.core.convert.api Modifier and Type Class Description classConversionExceptionBase exception raised by theConversionService.classConverterNotAvailableclassConverterNotRegisteredException thrown when selected converter is not registered. -
Uses of NuxeoException in org.nuxeo.ecm.core.io.registry
Subclasses of NuxeoException in org.nuxeo.ecm.core.io.registry Modifier and Type Class Description classMarshallingExceptionException thrown by theMarshallerRegistryand allMarshallers. -
Uses of NuxeoException in org.nuxeo.ecm.core.query
Subclasses of NuxeoException in org.nuxeo.ecm.core.query Modifier and Type Class Description classQueryParseException -
Uses of NuxeoException in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb that return NuxeoException Modifier and Type Method Description protected NuxeoExceptionMongoDBConnection. newQueryException(String message, com.mongodb.MongoException cause, org.bson.conversions.Bson filter)protected NuxeoExceptionMongoDBConnection. newQueryFailure(com.mongodb.MongoException cause, org.bson.conversions.Bson filter)protected NuxeoExceptionMongoDBConnection. newQueryTimeout(com.mongodb.MongoException cause, org.bson.conversions.Bson filter)protected NuxeoExceptionMongoDBConnection. newQueryTimeoutClient(com.mongodb.MongoException cause, org.bson.conversions.Bson filter) -
Uses of NuxeoException in org.nuxeo.ecm.core.transientstore.api
Subclasses of NuxeoException in org.nuxeo.ecm.core.transientstore.api Modifier and Type Class Description classMaximumTransientSpaceExceeded -
Uses of NuxeoException in org.nuxeo.ecm.directory
Subclasses of NuxeoException in org.nuxeo.ecm.directory Modifier and Type Class Description classDirectoryDeleteConstraintExceptionException thrown when attempting to delete a directory entry which has constraints preventing the deletion.classDirectoryEntryNotFoundExceptionSpecific exception thrown when a directory entry is not foundclassDirectoryExceptionException thrown when dealing with a Directory.classDirectorySecurityExceptionException thrown when access to a directory is denied.classOperationNotAllowedExceptionException thrown when an operation is not allowed on a given directory entry.classSizeLimitExceededException -
Uses of NuxeoException in org.nuxeo.ecm.directory.memory
Fields in org.nuxeo.ecm.directory.memory declared as NuxeoException Modifier and Type Field Description protected NuxeoExceptionMemoryDirectorySession. closeStackTrace -
Uses of NuxeoException in org.nuxeo.ecm.platform.audit.api.query
Subclasses of NuxeoException in org.nuxeo.ecm.platform.audit.api.query Modifier and Type Class Description classAuditQueryExceptionNXAudit-Query related exception. -
Uses of NuxeoException in org.nuxeo.ecm.platform.comment.api.exceptions
Subclasses of NuxeoException in org.nuxeo.ecm.platform.comment.api.exceptions Modifier and Type Class Description classCommentNotFoundExceptionclassCommentSecurityException -
Uses of NuxeoException in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl that throw NuxeoException Modifier and Type Method Description voidCommentManagerImpl. deleteExternalComment(CoreSession session, String documentId, String entityId)Deprecated.CommentCommentManagerImpl. getExternalComment(CoreSession session, String documentId, String entityId)Deprecated.CommentCommentManagerImpl. updateComment(CoreSession session, String commentId, Comment comment)Deprecated.CommentCommentManagerImpl. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)Deprecated. -
Uses of NuxeoException in org.nuxeo.ecm.platform.mimetype
Subclasses of NuxeoException in org.nuxeo.ecm.platform.mimetype Modifier and Type Class Description classMimetypeDetectionExceptionException raised when an unexpected exception occur during mimetype sniffing.classMimetypeNotFoundExceptionException raised when no matching mimetype entry can be found / guessed by the service. -
Uses of NuxeoException in org.nuxeo.ecm.platform.oauth2
Methods in org.nuxeo.ecm.platform.oauth2 with parameters of type NuxeoException Modifier and Type Method Description static OAuth2ErrorOAuth2Error. from(NuxeoException e) -
Uses of NuxeoException in org.nuxeo.ecm.platform.pdf
Methods in org.nuxeo.ecm.platform.pdf that throw NuxeoException Modifier and Type Method Description BlobPDFPageNumbering. addPageNumbers(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition)Adds page numbers and returns a new Blob.BlobPDFPageExtractor. extract(int inStartPage, int inEndPage, String inFileName, String inTitle, String inSubject, String inAuthor)Return a Blob built from pageinStartPagetoinEndPage(inclusive).StringPDFTextExtractor. getAllExtractedLines()BlobListPDFPageExtractor. getPagesAsImages(String inFileName)static org.apache.pdfbox.pdmodel.PDDocumentPDFUtils. load(Blob inBlob, String inPwd)This is just a shortcut.voidPDFInfo. run()After building the object with the correct constructor, and after possibly having set some parsing property (setParseWithXMP(), for example), this method will extract the information from the PDF.voidPDFEncryption. setKeyLength(int keyLength)Set the lentgh of the key to be used for encryption. -
Uses of NuxeoException in org.nuxeo.ecm.platform.pdf.operations
Methods in org.nuxeo.ecm.platform.pdf.operations that throw NuxeoException Modifier and Type Method Description protected BlobPDFMergeBlobsOperation. doMerge(PDFMerge inMergeTool)protected BlobPDFMergeDocumentsOperation. doMerge(PDFMerge inMergeTool)BlobPDFMergeBlobsOperation. run(BlobList inBlobs)BlobPDFMergeBlobsOperation. run(Blob inBlob)BlobPDFMergeDocumentsOperation. run(DocumentModel inDoc)BlobPDFMergeDocumentsOperation. run(DocumentModelList inDocs)BlobPDFWatermarkPDFOperation. run(Blob inBlob) -
Uses of NuxeoException in org.nuxeo.ecm.platform.preview.api
Subclasses of NuxeoException in org.nuxeo.ecm.platform.preview.api Modifier and Type Class Description classNothingToPreviewExceptionPreview exception.classPreviewExceptionPreview exception. -
Uses of NuxeoException in org.nuxeo.ecm.platform.relations.api.exceptions
Subclasses of NuxeoException in org.nuxeo.ecm.platform.relations.api.exceptions Modifier and Type Class Description classRelationAlreadyExistsException -
Uses of NuxeoException in org.nuxeo.ecm.platform.routing.api.exception
Subclasses of NuxeoException in org.nuxeo.ecm.platform.routing.api.exception Modifier and Type Class Description classDocumentRouteAlredayLockedExceptionclassDocumentRouteExceptionBasic document routing exception.classDocumentRouteNotLockedException -
Uses of NuxeoException in org.nuxeo.ecm.platform.search.core
Subclasses of NuxeoException in org.nuxeo.ecm.platform.search.core Modifier and Type Class Description classInvalidSearchParameterException -
Uses of NuxeoException in org.nuxeo.ecm.platform.signature.api.exception
Subclasses of NuxeoException in org.nuxeo.ecm.platform.signature.api.exception Modifier and Type Class Description classAlreadySignedExceptionclassCertExceptionAn exception indicating certificate or key generation related problemsclassSignExceptionA generic exception indicating signature generation problems -
Uses of NuxeoException in org.nuxeo.ecm.platform.usermanager.exceptions
Subclasses of NuxeoException in org.nuxeo.ecm.platform.usermanager.exceptions Modifier and Type Class Description classGroupAlreadyExistsExceptionclassInvalidPasswordExceptionException thrown when a password did not validate theUserManager.validatePassword(java.lang.String)method.classUserAlreadyExistsException -
Uses of NuxeoException in org.nuxeo.ecm.platform.video.tools.operations
Methods in org.nuxeo.ecm.platform.video.tools.operations that throw NuxeoException Modifier and Type Method Description BlobConcatVideos. run(BlobList blobs)BlobConcatVideos. run(DocumentModelList docs) -
Uses of NuxeoException in org.nuxeo.ecm.quota.size
Subclasses of NuxeoException in org.nuxeo.ecm.quota.size Modifier and Type Class Description classQuotaExceededExceptionException throws by theDocumentsSizeUpdaterto enforce Quotas in case a transaction tries to add too much Blobs -
Uses of NuxeoException in org.nuxeo.ecm.tokenauth
Subclasses of NuxeoException in org.nuxeo.ecm.tokenauth Modifier and Type Class Description classTokenAuthenticationExceptionException thrown when an error occurs in theTokenAuthenticationService. -
Uses of NuxeoException in org.nuxeo.ecm.user.invite
Subclasses of NuxeoException in org.nuxeo.ecm.user.invite Modifier and Type Class Description classAlreadyProcessedRegistrationExceptionclassUserRegistrationException -
Uses of NuxeoException in org.nuxeo.ecm.webengine.app
Methods in org.nuxeo.ecm.webengine.app with parameters of type NuxeoException Modifier and Type Method Description protected static StringJsonWebengineWriter. getExceptionMessage(NuxeoException e)longHtmlNuxeoExceptionWriter. getSize(NuxeoException e, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)longJsonNuxeoExceptionWriter. getSize(NuxeoException arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)static voidJsonWebengineWriter. writeException(com.fasterxml.jackson.core.JsonGenerator jg, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType)static voidJsonWebengineWriter. writeException(OutputStream out, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType)voidHtmlNuxeoExceptionWriter. writeTo(NuxeoException e, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)voidJsonNuxeoExceptionWriter. writeTo(NuxeoException nuxeoException, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> arg5, OutputStream outputStream) -
Uses of NuxeoException in org.nuxeo.ecm.webengine.model.exceptions
Subclasses of NuxeoException in org.nuxeo.ecm.webengine.model.exceptions Modifier and Type Class Description classIllegalParameterExceptionA query / form parameter was expected but not found or has invalid value.classWebDeployExceptionclassWebResourceNotFoundExceptionclassWebSecurityException -
Uses of NuxeoException in org.nuxeo.scim.server.mapper
Methods in org.nuxeo.scim.server.mapper that throw NuxeoException Modifier and Type Method Description DocumentModelAbstractMapper. createGroupModelFromGroupResource(com.unboundid.scim.data.GroupResource group)abstract DocumentModelAbstractMapper. createNuxeoUserFromUserResource(com.unboundid.scim.data.UserResource user)DocumentModelConfigurableUserMapper. createNuxeoUserFromUserResource(com.unboundid.scim.data.UserResource user)DocumentModelStaticUserMapper. createNuxeoUserFromUserResource(com.unboundid.scim.data.UserResource user)protected voidAbstractMapper. updateGroupModel(DocumentModel userModel, com.unboundid.scim.data.GroupResource groupResouce)DocumentModelAbstractMapper. updateGroupModelFromGroupResource(String uid, com.unboundid.scim.data.GroupResource group)DocumentModelConfigurableUserMapper. updateNuxeoUserFromUserResource(String uid, com.unboundid.scim.data.UserResource user)DocumentModelStaticUserMapper. updateNuxeoUserFromUserResource(String uid, com.unboundid.scim.data.UserResource user)protected voidStaticUserMapper. updateUserModel(DocumentModel userModel, com.unboundid.scim.data.UserResource userResouce) -
Uses of NuxeoException in org.nuxeo.template.processors
Subclasses of NuxeoException in org.nuxeo.template.processors Modifier and Type Class Description protected static classAbstractBindingResolver.NoValueToAddInContextprotected static classAbstractBindingResolver.ValueNotFound -
Uses of NuxeoException in org.nuxeo.template.serializer.executors
Subclasses of NuxeoException in org.nuxeo.template.serializer.executors Modifier and Type Class Description protected static classXMLTemplateSerializer.TemplateInputBadFormat -
Uses of NuxeoException in org.nuxeo.usermapper.service
Methods in org.nuxeo.usermapper.service that throw NuxeoException Modifier and Type Method Description UserMapperUserMapperComponent. getMapper(String mappingName)UserMapperUserMapperService. getMapper(String mappingName)returns the named mapper is anyNuxeoPrincipalUserMapperComponent. getOrCreateAndUpdateNuxeoPrincipal(String mappingName, Object userObject)NuxeoPrincipalUserMapperComponent. getOrCreateAndUpdateNuxeoPrincipal(String mappingName, Object userObject, boolean createIfNeeded, boolean update, Map<String,Serializable> params)NuxeoPrincipalUserMapperService. getOrCreateAndUpdateNuxeoPrincipal(String mappingName, Object userObject)Should retrieve (create if needed) and update the NuxeoPrincipal according to the given userObjectNuxeoPrincipalUserMapperService. getOrCreateAndUpdateNuxeoPrincipal(String mappingName, Object userObject, boolean createIfNeeded, boolean update, Map<String,Serializable> params)Should retrieve (create if needed) and update the NuxeoPrincipal according to the given userObjectObjectUserMapperComponent. wrapNuxeoPrincipal(String mappingName, NuxeoPrincipal principal, Object nativePrincipal, Map<String,Serializable> params)ObjectUserMapperService. wrapNuxeoPrincipal(String mappingName, NuxeoPrincipal principal, Object nativePrincipal, Map<String,Serializable> params)Wrap theNuxeoPrincipalas the userObject used in the external authentication system *
-