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 class
BinaryMetadataException
-
Uses of NuxeoException in org.nuxeo.drive.adapter
Subclasses of NuxeoException in org.nuxeo.drive.adapter Modifier and Type Class Description class
NuxeoDriveContribException
Exception raised when no contributions to theFileSystemItemAdapterService
are found or the component is not ready, ie.class
RootlessItemException
Exception 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 class
TooManyChangesException
Exception thrown byFileSystemChangeFinder
when 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 String
EasyShare. getFileName(DocumentModel doc)
javax.ws.rs.core.Response
EasyShare. 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 class
ConcurrentUpdateException
An exception thrown if a concurrent update was detected.class
DocumentExistsException
Exception 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.class
DocumentNotFoundException
Exception thrown when a document is not found.class
DocumentSecurityException
Exception thrown when access to a document is denied.class
LifeCycleException
Exception thrown when an attempt is made to follow an incorrect lifecycle transition or to create a document with an incorrect initial lifecycle stateclass
LockException
Exception thrown when failing to lock or unlock a document.class
PropertyException
Base exception thrown when there is a problem accessing a property.class
RecoverableClientException
Exception 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 NuxeoException
NuxeoException. 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 class
BlobNotFoundException
Indicates a blob is missing.class
InvalidPropertyValueException
Exception thrown when setting an illegal property value.class
PropertyConversionException
Exception thrown when trying to convert a property value to an incompatible type during read or write.class
PropertyNotFoundException
Exception indicating a property not found.class
ReadOnlyPropertyException
Exception thrown when attempting to write to a read-only property.class
VersionNotModifiableException
Exception 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 class
DocumentValidationException
Exception 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 class
ConversionException
Base exception raised by theConversionService
.class
ConverterNotAvailable
class
ConverterNotRegistered
Exception 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 class
MarshallingException
Exception thrown by theMarshallerRegistry
and allMarshaller
s. -
Uses of NuxeoException in org.nuxeo.ecm.core.query
Subclasses of NuxeoException in org.nuxeo.ecm.core.query Modifier and Type Class Description class
QueryParseException
-
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 NuxeoException
MongoDBConnection. newQueryException(String message, com.mongodb.MongoException cause, org.bson.conversions.Bson filter)
protected NuxeoException
MongoDBConnection. newQueryFailure(com.mongodb.MongoException cause, org.bson.conversions.Bson filter)
protected NuxeoException
MongoDBConnection. newQueryTimeout(com.mongodb.MongoException cause, org.bson.conversions.Bson filter)
protected NuxeoException
MongoDBConnection. 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 class
MaximumTransientSpaceExceeded
-
Uses of NuxeoException in org.nuxeo.ecm.directory
Subclasses of NuxeoException in org.nuxeo.ecm.directory Modifier and Type Class Description class
DirectoryDeleteConstraintException
Exception thrown when attempting to delete a directory entry which has constraints preventing the deletion.class
DirectoryEntryNotFoundException
Specific exception thrown when a directory entry is not foundclass
DirectoryException
Exception thrown when dealing with a Directory.class
DirectorySecurityException
Exception thrown when access to a directory is denied.class
OperationNotAllowedException
Exception thrown when an operation is not allowed on a given directory entry.class
SizeLimitExceededException
-
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 NuxeoException
MemoryDirectorySession. 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 class
AuditQueryException
NXAudit-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 class
CommentNotFoundException
class
CommentSecurityException
-
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 void
CommentManagerImpl. deleteExternalComment(CoreSession session, String documentId, String entityId)
Deprecated.Comment
CommentManagerImpl. getExternalComment(CoreSession session, String documentId, String entityId)
Deprecated.Comment
CommentManagerImpl. updateComment(CoreSession session, String commentId, Comment comment)
Deprecated.Comment
CommentManagerImpl. 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 class
MimetypeDetectionException
Exception raised when an unexpected exception occur during mimetype sniffing.class
MimetypeNotFoundException
Exception 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 OAuth2Error
OAuth2Error. 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 Blob
PDFPageNumbering. addPageNumbers(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition)
Adds page numbers and returns a new Blob.Blob
PDFPageExtractor. extract(int inStartPage, int inEndPage, String inFileName, String inTitle, String inSubject, String inAuthor)
Return a Blob built from pageinStartPage
toinEndPage
(inclusive).String
PDFTextExtractor. getAllExtractedLines()
BlobList
PDFPageExtractor. getPagesAsImages(String inFileName)
static org.apache.pdfbox.pdmodel.PDDocument
PDFUtils. load(Blob inBlob, String inPwd)
This is just a shortcut.void
PDFInfo. 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.void
PDFEncryption. 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 Blob
PDFMergeBlobsOperation. doMerge(PDFMerge inMergeTool)
protected Blob
PDFMergeDocumentsOperation. doMerge(PDFMerge inMergeTool)
Blob
PDFMergeBlobsOperation. run(BlobList inBlobs)
Blob
PDFMergeBlobsOperation. run(Blob inBlob)
Blob
PDFMergeDocumentsOperation. run(DocumentModel inDoc)
Blob
PDFMergeDocumentsOperation. run(DocumentModelList inDocs)
Blob
PDFWatermarkPDFOperation. 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 class
NothingToPreviewException
Preview exception.class
PreviewException
Preview 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 class
RelationAlreadyExistsException
-
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 class
DocumentRouteAlredayLockedException
class
DocumentRouteException
Basic document routing exception.class
DocumentRouteNotLockedException
-
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 class
InvalidSearchParameterException
-
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 class
AlreadySignedException
class
CertException
An exception indicating certificate or key generation related problemsclass
SignException
A 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 class
GroupAlreadyExistsException
class
InvalidPasswordException
Exception thrown when a password did not validate theUserManager.validatePassword(java.lang.String)
method.class
UserAlreadyExistsException
-
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 Blob
ConcatVideos. run(BlobList blobs)
Blob
ConcatVideos. 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 class
QuotaExceededException
Exception throws by theDocumentsSizeUpdater
to 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 class
TokenAuthenticationException
Exception 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 class
AlreadyProcessedRegistrationException
class
UserRegistrationException
-
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 long
JsonNuxeoExceptionWriter. getSize(NuxeoException arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
static void
JsonWebengineWriter. writeException(com.fasterxml.jackson.core.JsonGenerator jg, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType)
static void
JsonWebengineWriter. writeException(OutputStream out, NuxeoException nuxeoException, javax.ws.rs.core.MediaType mediaType)
void
JsonNuxeoExceptionWriter. 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 class
IllegalParameterException
A query / form parameter was expected but not found or has invalid value.class
WebDeployException
class
WebResourceNotFoundException
class
WebSecurityException
-
Uses of NuxeoException in org.nuxeo.scim.server.mapper
Methods in org.nuxeo.scim.server.mapper that throw NuxeoException Modifier and Type Method Description DocumentModel
AbstractMapper. createGroupModelFromGroupResource(com.unboundid.scim.data.GroupResource group)
abstract DocumentModel
AbstractMapper. createNuxeoUserFromUserResource(com.unboundid.scim.data.UserResource user)
DocumentModel
ConfigurableUserMapper. createNuxeoUserFromUserResource(com.unboundid.scim.data.UserResource user)
DocumentModel
StaticUserMapper. createNuxeoUserFromUserResource(com.unboundid.scim.data.UserResource user)
protected void
AbstractMapper. updateGroupModel(DocumentModel userModel, com.unboundid.scim.data.GroupResource groupResouce)
DocumentModel
AbstractMapper. updateGroupModelFromGroupResource(String uid, com.unboundid.scim.data.GroupResource group)
DocumentModel
ConfigurableUserMapper. updateNuxeoUserFromUserResource(String uid, com.unboundid.scim.data.UserResource user)
DocumentModel
StaticUserMapper. updateNuxeoUserFromUserResource(String uid, com.unboundid.scim.data.UserResource user)
protected void
StaticUserMapper. 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 class
AbstractBindingResolver.NoValueToAddInContext
protected static class
AbstractBindingResolver.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 class
XMLTemplateSerializer.TemplateInputBadFormat
-
Uses of NuxeoException in org.nuxeo.usermapper.service
Methods in org.nuxeo.usermapper.service that throw NuxeoException Modifier and Type Method Description UserMapper
UserMapperComponent. getMapper(String mappingName)
UserMapper
UserMapperService. getMapper(String mappingName)
returns the named mapper is anyNuxeoPrincipal
UserMapperComponent. getOrCreateAndUpdateNuxeoPrincipal(String mappingName, Object userObject)
NuxeoPrincipal
UserMapperComponent. getOrCreateAndUpdateNuxeoPrincipal(String mappingName, Object userObject, boolean createIfNeeded, boolean update, Map<String,Serializable> params)
NuxeoPrincipal
UserMapperService. getOrCreateAndUpdateNuxeoPrincipal(String mappingName, Object userObject)
Should retrieve (create if needed) and update the NuxeoPrincipal according to the given userObjectNuxeoPrincipal
UserMapperService. 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 userObjectObject
UserMapperComponent. wrapNuxeoPrincipal(String mappingName, NuxeoPrincipal principal, Object nativePrincipal, Map<String,Serializable> params)
Object
UserMapperService. wrapNuxeoPrincipal(String mappingName, NuxeoPrincipal principal, Object nativePrincipal, Map<String,Serializable> params)
Wrap theNuxeoPrincipal
as the userObject used in the external authentication system *
-