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