Uses of Class
org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Packages that use JPARSException
Package
Description
- 
Uses of JPARSException in org.eclipse.persistence.jpa.rsMethods in org.eclipse.persistence.jpa.rs that throw JPARSExceptionModifier and TypeMethodDescriptionprotected List<XmlAdapter<?, ?>> PersistenceContext.getAdapters()
- 
Uses of JPARSException in org.eclipse.persistence.jpa.rs.exceptionsMethods in org.eclipse.persistence.jpa.rs.exceptions that return JPARSExceptionModifier and TypeMethodDescriptionstatic JPARSExceptionJPARSException.attributeCouldNotBeFoundForEntity(String attributeName, String entityType, String entityId, String persistenceUnit) Attribute could not be found for entity.static JPARSExceptionJPARSException.attributeCouldNotBeUpdated(String attributeName, String entityType, String entityId, String persistenceUnit) Attribute could not be updated.static JPARSExceptionJPARSException.classOrClassDescriptorCouldNotBeFoundForEntity(String entityType, String persistenceUnit) Class descriptor could not be found for entity.static JPARSExceptionJPARSException.databaseMappingCouldNotBeFoundForEntityAttribute(String attributeName, String entityType, String entityId, String persistenceUnit) Database mapping could not be found for entity attribute.static JPARSExceptionJPARSException.entityIsNotIdempotent(String entityType, String persistenceUnit) Entity is not idempotent.static JPARSExceptionJPARSException.entityNotFound(String entityType, String entityId, String persistenceUnit) Entity not found.static JPARSExceptionJPARSException.exceptionOccurred(Exception exception) Exception occurred.static JPARSExceptionJPARSException.fieldsFilteringBothParametersPresent()Both fields and excludeFields parameters are present in request.static JPARSExceptionJPARSException.invalidConfiguration()Invalid configuration.static JPARSExceptionJPARSException.invalidPagingRequest()Invalid paging request.static JPARSExceptionJPARSException.invalidParameter(String parameterName, String invalidValue) Invalid paging request.static JPARSExceptionJPARSException.invalidRemoveAttributeRequest(String attributeName, String entityType, String entityId, String persistenceUnit) Invalid remove attribute request.static JPARSExceptionJPARSException.invalidServiceVersion(String serviceVersion) Invalid service version.static JPARSExceptionJPARSException.jndiNamePassedIsInvalid(String jndiName) Session bean lookup is invalid.static JPARSExceptionJPARSException.objectReferredByLinkDoesNotExist(String entityType, Object entityId) Object referred by link does not exist.static JPARSExceptionJPARSException.paginationParameterForNotPageableResource()Pagination parameters are used in non-pageable resource.static JPARSExceptionJPARSException.persistenceContextCouldNotBeBootstrapped(String persistenceUnit) Persistence context could not be bootstrapped.static JPARSExceptionJPARSException.responseCouldNotBeBuiltForFindAttributeRequest(String attributeName, String entityType, String entityId, String persistenceUnit) Response could not be built for find attribute request.static JPARSExceptionJPARSException.responseCouldNotBeBuiltForNamedQueryRequest(String query, String persistenceUnit) Response could not be built for named query request.static JPARSExceptionJPARSException.selectionQueryForAttributeCouldNotBeFoundForEntity(String attributeName, String entityType, String entityId, String persistenceUnit) Selection query for attribute could not be found for entity.static JPARSExceptionJPARSException.sessionBeanCouldNotBeFound(String jndiName) Session bean lookup failed.Methods in org.eclipse.persistence.jpa.rs.exceptions with parameters of type JPARSExceptionModifier and TypeMethodDescriptionprotected ResponseAbstractExceptionMapper.buildResponse(JPARSException exception) JPARSExceptionMapper.toResponse(JPARSException exception) 
- 
Uses of JPARSException in org.eclipse.persistence.jpa.rs.features.fieldsfilteringMethods in org.eclipse.persistence.jpa.rs.features.fieldsfiltering that throw JPARSExceptionModifier and TypeMethodDescriptionbooleanFieldsFilteringValidator.isFeatureApplicable()Checks if request is valid.
- 
Uses of JPARSException in org.eclipse.persistence.jpa.rs.features.pagingMethods in org.eclipse.persistence.jpa.rs.features.paging that throw JPARSExceptionModifier and TypeMethodDescriptionbooleanPageableFieldValidator.isFeatureApplicable()Checks if request is valid.booleanPageableQueryValidator.isFeatureApplicable()Checks if request is valid.