Uses of Class
org.eclipse.persistence.sdo.SDOException
Packages that use SDOException
-
Uses of SDOException in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo that return SDOExceptionModifier and TypeMethodDescriptionstatic SDOExceptionSDOException.attemptToResetApplicationResolver()static SDOExceptionSDOException.cannotPerformOperationOnNullArgument(String methodName) INTERNAL: Exception when trying to perform an operation with a null argumentstatic SDOExceptionSDOException.cannotPerformOperationOnProperty(String propertyName, String path) INTERNAL: Exception when trying to set a property via path based access.static SDOExceptionSDOException.cannotPerformOperationWithNullInputParameter(String operation, String parameter) INTERNAL: Exception trying to call a method with a null input parameterstatic SDOExceptionSDOException.classNotFound(Exception nestedException, String uri, String name) INTERNAL: Exception trying to load the instance class for a given typestatic SDOExceptionSDOException.conversionError(Exception e) INTERNAL: Exception when trying to set a property to value that is an unsupported conversionstatic SDOExceptionSDOException.dataObjectNotFromHelperContext()INTERNAL: Exception trying to marshal a dataobject from a different HelperContextstatic SDOExceptionSDOException.errorAccessingExternalizableDelegator(String fieldName, Exception nestedException) INTERNAL:static SDOExceptionSDOException.errorCreatingDataObjectForClass(Exception nestedException, String className, String uri, String name) INTERNAL: Exception trying to create a dataObject with a type with the given interfacestatic SDOExceptionSDOException.errorCreatingDataObjectForType(String uri, String name) INTERNAL: Exception trying to create a dataObject with a type with the given uri and namestatic SDOExceptionSDOException.errorCreatingWLSInitialContext(Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionSDOException.errorDefiningPropertyInvalidName(String name) INTERNAL: Exception trying to create a type with property of invalid name.static SDOExceptionSDOException.errorDefiningType()INTERNAL: Exception trying to define a typestatic SDOExceptionSDOException.errorDefiningTypeInvalidName(String name) INTERNAL: Exception trying to create a type with invalid name.static SDOExceptionSDOException.errorDefiningTypeNoName()INTERNAL: Exception trying to create a type without a namestatic SDOExceptionSDOException.errorGettingWLSObjectName(String objectName, Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionSDOException.errorInvokingWLSMethodReflectively(String methodName, String theClass, Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionSDOException.errorPerformingWLSLookup(String failedLookup, Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionSDOException.errorProcessingImport(String schemaLocation, String namespace, Exception nestedException) INTERNAL: Exception when processing an import during xsdhelper.definestatic SDOExceptionSDOException.errorProcessingInclude(String schemaLocation, Exception nestedException) INTERNAL: Exception when processing an include during xsdhelper.definestatic SDOExceptionSDOException.errorProcessingXPath(String xpath) INTERNAL: Exception processing an xpath during xmlhelper.loadstatic SDOExceptionSDOException.errorResolvingSchema(Exception nestedException) static SDOExceptionSDOException.foundSimpleValueForNonDataTypeProperty(String propertyName) INTERNAL: Exception when the value should be a dataObject and it's notstatic SDOExceptionSDOException.globalPropertyNotFound()INTERNAL: Exception when trying to find a global property during an unmarshalstatic SDOExceptionSDOException.invalidIndex(IndexOutOfBoundsException nestedException, int index) INTERNAL: Exception trying to pass an invalid index to a methodstatic SDOExceptionSDOException.invalidPropertyValue(String property, String type, String valueType, String value, ConversionException coe) INTERNAL: Exception trying to call a method with a null input parameterstatic SDOExceptionSDOException.ioExceptionOccurred(IOException nestedException) INTERNAL: Exception when an ioException happensstatic SDOExceptionSDOException.missingRefAttribute()INTERNAL: Exception when an sdo:ref attribute is missing during xmlhelper.loadstatic SDOExceptionSDOException.noAppInfoForNull()INTERNAL: Exception trying to lookup an appinfo with a null property or typestatic SDOExceptionSDOException.noConstructorWithString(Exception nestedException, String className) INTERNAL: thrown from InstanceClassConverterstatic SDOExceptionSDOException.noTargetIdSpecified(String uri, String name) INTERNAL: Exception when building an ObjectReferenceMapping and referenced object does not have an id propertystatic SDOExceptionSDOException.noTypeSpecifiedForProperty(String propertyName) INTERNAL: Exception when a property does not have a type specifiedstatic SDOExceptionSDOException.oldSequenceNotFound()INTERNAL: Exception when old sequence is not found in the changesummarystatic SDOExceptionSDOException.optionsMustBeADataObject(Exception nestedException, String uri, String name) INTERNAL: thrown from SDOXMLHelperDelegatestatic SDOExceptionSDOException.prefixUsedButNotDefined(String prefix) INTERNAL: thrown from SDOTypesGeneratorstatic SDOExceptionSDOException.propertyNotFoundAtIndex(Exception e, int propIndex) INTERNAL: Exception when trying to find a property at an invalid indexstatic SDOExceptionSDOException.propertyTypeAnnotationTargetCannotBeDataTypeTrue(String targetTypeName, String sourcePropertyName) INTERNAL: Exception when trying to resolve an sdo xml [propertyType] annotation on a target Type of dataType==true.
See Sect 9.2 (1) of the SDO Specification.static SDOExceptionSDOException.referencedPropertyNotFound(String uri, String localName) INTERNAL: Exception when trying to find a referenced property during xsdhelper.definestatic SDOExceptionSDOException.sdoJaxbErrorCreatingJAXBUnmarshaller(Exception jaxbException) static SDOExceptionSDOException.sdoJaxbNoDescriptorForType(QName sdoQName, QName xmlQName) static SDOExceptionSDOException.sdoJaxbNoMappingForProperty(String propertyName, String xPath) static SDOExceptionSDOException.sdoJaxbNoSchemaContext(Class<?> clazz) static SDOExceptionSDOException.sdoJaxbNoSchemaReference(Class<?> clazz) static SDOExceptionSDOException.sdoJaxbNoTypeForClass(Class<?> clazz) static SDOExceptionSDOException.sdoJaxbNoTypeForClassBySchemaContext(Class<?> clazz, QName schemaContext) static SDOExceptionSDOException.sequenceAttributePropertyNotSupported(String settingPropertyName) INTERNAL: Error when we attempt to add an attribute property to a sequencestatic SDOExceptionSDOException.sequenceDataObjectInstanceFieldIsNull()INTERNAL: Error passing in a null dataObject into the sequence constructorstatic SDOExceptionSDOException.sequenceDuplicateSettingNotSupportedForComplexSingleObject(int index, String settingPropertyName) INTERNAL: Return an exception when attempting to add a setting to a sequene that already has an existing entry.static SDOExceptionSDOException.sequenceNotFoundForPath(String path) INTERNAL: Error when we attempt find a sequence by pathstatic SDOExceptionSDOException.sequenceNotSupportedForProperty(String propertyName) INTERNAL: Error passing in a null dataObject into the sequence constructorstatic SDOExceptionSDOException.sequenceNullOnSequencedDataObject()INTERNAL: Exception when sequence is null on a dataObject with sequenced set to truestatic SDOExceptionSDOException.typeCannotBeOpenAndDataType(String uri, String name) INTERNAL: Exception trying to set a type to be both open and dataTypestatic SDOExceptionSDOException.typeNotFound(String uri, String name) INTERNAL: Exception trying to lookup a type with the given uri and namestatic SDOExceptionSDOException.typeNotFoundForInterface(String className, boolean loadersAreRelated) INTERNAL: Exception trying to lookup a type with the given interfacestatic SDOExceptionSDOException.typePropertyMustBeAType(Exception nestedException) INTERNAL: thrown from SDOXMLHelperDelegatestatic SDOExceptionSDOException.typeReferencedButNotDefined(String namespaceUri, String typeName) static SDOExceptionSDOException.unableToMapDataHandlerDueToMissingDependency(String propertyName, String typeName) static SDOExceptionSDOException.wrongValueForProperty(String typeUri, String typeName, Class<?> valueClass) INTERNAL: Exception when trying to set a property to value that is an unsupported conversionstatic SDOExceptionSDOException.xmlMarshalExceptionOccurred(Exception nestedException, String rootElementURI, String rootElementName) INTERNAL: Exception when an XMLMarshalException happens