Class SDOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.exceptions.SDOException
- All Implemented Interfaces:
Serializable
Purpose:
- This class provides an implementation of EclipseLinkException specific to the EclipseLink SDO (Service Data Objects) API.
Responsibilities:
- Return an SDOException that can be thrown around input parameters.
- Return an SDOException that wraps an existing exception with additional input parameters.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSDOException(String message) protectedSDOException(String message, Exception internalException) -
Method Summary
Modifier and TypeMethodDescriptionstatic SDOExceptionstatic SDOExceptioncannotPerformOperationOnNullArgument(String methodName) INTERNAL: Exception when trying to perform an operation with a null argumentstatic SDOExceptioncannotPerformOperationOnProperty(String propertyName, String path) INTERNAL: Exception when trying to set a property via path based access.static SDOExceptioncannotPerformOperationWithNullInputParameter(String operation, String parameter) INTERNAL: Exception trying to call a method with a null input parameterstatic SDOExceptionclassNotFound(Exception nestedException, String uri, String name) INTERNAL: Exception trying to load the instance class for a given typestatic SDOExceptionINTERNAL: Exception when trying to set a property to value that is an unsupported conversionstatic SDOExceptionINTERNAL: Exception trying to marshal a dataobject from a different HelperContextstatic SDOExceptionerrorAccessingExternalizableDelegator(String fieldName, Exception nestedException) INTERNAL:static SDOExceptionerrorCreatingDataObjectForClass(Exception nestedException, String className, String uri, String name) INTERNAL: Exception trying to create a dataObject with a type with the given interfacestatic SDOExceptionerrorCreatingDataObjectForType(String uri, String name) INTERNAL: Exception trying to create a dataObject with a type with the given uri and namestatic SDOExceptionerrorCreatingWLSInitialContext(Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionINTERNAL: Exception trying to create a type with property of invalid name.static SDOExceptionINTERNAL: Exception trying to define a typestatic SDOExceptionINTERNAL: Exception trying to create a type with invalid name.static SDOExceptionINTERNAL: Exception trying to create a type without a namestatic SDOExceptionerrorGettingWLSObjectName(String objectName, Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionerrorInvokingWLSMethodReflectively(String methodName, String theClass, Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionerrorPerformingWLSLookup(String failedLookup, Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.static SDOExceptionerrorProcessingImport(String schemaLocation, String namespace, Exception nestedException) INTERNAL: Exception when processing an import during xsdhelper.definestatic SDOExceptionerrorProcessingInclude(String schemaLocation, Exception nestedException) INTERNAL: Exception when processing an include during xsdhelper.definestatic SDOExceptionerrorProcessingXPath(String xpath) INTERNAL: Exception processing an xpath during xmlhelper.loadstatic SDOExceptionerrorResolvingSchema(Exception nestedException) static SDOExceptionfoundSimpleValueForNonDataTypeProperty(String propertyName) INTERNAL: Exception when the value should be a dataObject and it's notstatic SDOExceptionINTERNAL: Exception when trying to find a global property during an unmarshalstatic SDOExceptioninvalidIndex(IndexOutOfBoundsException nestedException, int index) INTERNAL: Exception trying to pass an invalid index to a methodstatic SDOExceptioninvalidPropertyValue(String property, String type, String valueType, String value, ConversionException coe) INTERNAL: Exception trying to call a method with a null input parameterstatic SDOExceptionioExceptionOccurred(IOException nestedException) INTERNAL: Exception when an ioException happensstatic SDOExceptionINTERNAL: Exception when an sdo:ref attribute is missing during xmlhelper.loadstatic SDOExceptionINTERNAL: Exception trying to lookup an appinfo with a null property or typestatic SDOExceptionnoConstructorWithString(Exception nestedException, String className) INTERNAL: thrown from InstanceClassConverterstatic SDOExceptionnoTargetIdSpecified(String uri, String name) INTERNAL: Exception when building an ObjectReferenceMapping and referenced object does not have an id propertystatic SDOExceptionnoTypeSpecifiedForProperty(String propertyName) INTERNAL: Exception when a property does not have a type specifiedstatic SDOExceptionINTERNAL: Exception when old sequence is not found in the changesummarystatic SDOExceptionoptionsMustBeADataObject(Exception nestedException, String uri, String name) INTERNAL: thrown from SDOXMLHelperDelegatestatic SDOExceptionprefixUsedButNotDefined(String prefix) INTERNAL: thrown from SDOTypesGeneratorstatic SDOExceptionpropertyNotFoundAtIndex(Exception e, int propIndex) INTERNAL: Exception when trying to find a property at an invalid indexstatic SDOExceptionpropertyTypeAnnotationTargetCannotBeDataTypeTrue(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 SDOExceptionreferencedPropertyNotFound(String uri, String localName) INTERNAL: Exception when trying to find a referenced property during xsdhelper.definestatic SDOExceptionsdoJaxbErrorCreatingJAXBUnmarshaller(Exception jaxbException) static SDOExceptionsdoJaxbNoDescriptorForType(QName sdoQName, QName xmlQName) static SDOExceptionsdoJaxbNoMappingForProperty(String propertyName, String xPath) static SDOExceptionsdoJaxbNoSchemaContext(Class clazz) static SDOExceptionsdoJaxbNoSchemaReference(Class clazz) static SDOExceptionsdoJaxbNoTypeForClass(Class clazz) static SDOExceptionsdoJaxbNoTypeForClassBySchemaContext(Class clazz, QName schemaContext) static SDOExceptionsequenceAttributePropertyNotSupported(String settingPropertyName) INTERNAL: Error when we attempt to add an attribute property to a sequencestatic SDOExceptionINTERNAL: Error passing in a null dataObject into the sequence constructorstatic SDOExceptionsequenceDuplicateSettingNotSupportedForComplexSingleObject(int index, String settingPropertyName) INTERNAL: Return an exception when attempting to add a setting to a sequene that already has an existing entry.static SDOExceptionINTERNAL: Error when we attempt find a sequence by pathstatic SDOExceptionsequenceNotSupportedForProperty(String propertyName) INTERNAL: Error passing in a null dataObject into the sequence constructorstatic SDOExceptionINTERNAL: Exception when sequence is null on a dataObject with sequenced set to truestatic SDOExceptiontypeCannotBeOpenAndDataType(String uri, String name) INTERNAL: Exception trying to set a type to be both open and dataTypestatic SDOExceptiontypeNotFound(String uri, String name) INTERNAL: Exception trying to lookup a type with the given uri and namestatic SDOExceptiontypeNotFoundForInterface(String className, boolean loadersAreRelated) INTERNAL: Exception trying to lookup a type with the given interfacestatic SDOExceptiontypePropertyMustBeAType(Exception nestedException) INTERNAL: thrown from SDOXMLHelperDelegatestatic SDOExceptiontypeReferencedButNotDefined(String namespaceUri, String typeName) static SDOExceptionunableToMapDataHandlerDueToMissingDependency(String propertyName, String typeName) static SDOExceptionwrongValueForProperty(String typeUri, String typeName, Class valueClass) INTERNAL: Exception when trying to set a property to value that is an unsupported conversionstatic SDOExceptionxmlMarshalExceptionOccurred(XMLMarshalException nestedException, String rootElementURI, String rootElementName) INTERNAL: Exception when an XMLMarshalException happensMethods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
NO_ID_SPECIFIED
public static final int NO_ID_SPECIFIED- See Also:
-
ERROR_PROCESSING_IMPORT
public static final int ERROR_PROCESSING_IMPORT- See Also:
-
ERROR_PROCESSING_INCLUDE
public static final int ERROR_PROCESSING_INCLUDE- See Also:
-
REFERENCED_PROPERTY_NOT_FOUND
public static final int REFERENCED_PROPERTY_NOT_FOUND- See Also:
-
OLD_SEQUENCE_NOT_FOUND
public static final int OLD_SEQUENCE_NOT_FOUND- See Also:
-
FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY
public static final int FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY- See Also:
-
SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT
public static final int SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT- See Also:
-
NO_TYPE_SPECIFIED_FOR_PROPERTY
public static final int NO_TYPE_SPECIFIED_FOR_PROPERTY- See Also:
-
IO_EXCEPTION_OCCURRED
public static final int IO_EXCEPTION_OCCURRED- See Also:
-
TYPE_NOT_FOUND
public static final int TYPE_NOT_FOUND- See Also:
-
TYPE_NOT_FOUND_FOR_INTERFACE
public static final int TYPE_NOT_FOUND_FOR_INTERFACE- See Also:
-
ERROR_CREATING_DATAOBJECT_FOR_TYPE
public static final int ERROR_CREATING_DATAOBJECT_FOR_TYPE- See Also:
-
ERROR_CREATING_DATAOBJECT_FOR_CLASS
public static final int ERROR_CREATING_DATAOBJECT_FOR_CLASS- See Also:
-
NO_APP_INFO_FOR_NULL
public static final int NO_APP_INFO_FOR_NULL- See Also:
-
ERROR_DEFINING_TYPE
public static final int ERROR_DEFINING_TYPE- See Also:
-
ERROR_DEFINING_TYPE_NO_NAME
public static final int ERROR_DEFINING_TYPE_NO_NAME- See Also:
-
MISSING_REF_ATTRIBUTE
public static final int MISSING_REF_ATTRIBUTE- See Also:
-
ERROR_PROCESSING_XPATH
public static final int ERROR_PROCESSING_XPATH- See Also:
-
SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED
public static final int SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED- See Also:
-
SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE
public static final int SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE- See Also:
-
SEQUENCE_ERROR_NO_PATH_FOUND
public static final int SEQUENCE_ERROR_NO_PATH_FOUND- See Also:
-
SEQUENCE_ERROR_DATAOBJECT_IS_NULL
public static final int SEQUENCE_ERROR_DATAOBJECT_IS_NULL- See Also:
-
SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY
public static final int SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY- See Also:
-
WRONG_VALUE_FOR_PROPERTY
public static final int WRONG_VALUE_FOR_PROPERTY- See Also:
-
CONVERSION_ERROR
public static final int CONVERSION_ERROR- See Also:
-
PROPERTY_NOT_FOUND_AT_INDEX
public static final int PROPERTY_NOT_FOUND_AT_INDEX- See Also:
-
CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT
public static final int CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT- See Also:
-
CLASS_NOT_FOUND
public static final int CLASS_NOT_FOUND- See Also:
-
TYPE_CANNOT_BE_OPEN_AND_DATATYPE
public static final int TYPE_CANNOT_BE_OPEN_AND_DATATYPE- See Also:
-
INVALID_INDEX
public static final int INVALID_INDEX- See Also:
-
JAVA_CLASS_INVOKING_ERROR
public static final int JAVA_CLASS_INVOKING_ERROR- See Also:
-
CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE
public static final int CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE- See Also:
-
XMLMARSHAL_EXCEPTION_OCCURRED
public static final int XMLMARSHAL_EXCEPTION_OCCURRED- See Also:
-
TYPE_REFERENCED_BUT_NEVER_DEFINED
public static final int TYPE_REFERENCED_BUT_NEVER_DEFINED- See Also:
-
OPTIONS_MUST_BE_A_DATAOBJECT
public static final int OPTIONS_MUST_BE_A_DATAOBJECT- See Also:
-
TYPE_PROPERTY_MUST_BE_A_TYPE
public static final int TYPE_PROPERTY_MUST_BE_A_TYPE- See Also:
-
GLOBAL_PROPERTY_NOT_FOUND
public static final int GLOBAL_PROPERTY_NOT_FOUND- See Also:
-
PREFIX_USED_BUT_NOT_DEFINED
public static final int PREFIX_USED_BUT_NOT_DEFINED- See Also:
-
CANNOT_PERFORM_OPERATION_ON_PROPERTY
public static final int CANNOT_PERFORM_OPERATION_ON_PROPERTY- See Also:
-
ERROR_ACCESSING_EXTERNALIZABLEDELEGATOR
public static final int ERROR_ACCESSING_EXTERNALIZABLEDELEGATOR- See Also:
-
CANNOT_PERFORM_OP_WITH_NULL_PARAM
public static final int CANNOT_PERFORM_OP_WITH_NULL_PARAM- See Also:
-
INVALID_PROPERTY_VALUE
public static final int INVALID_PROPERTY_VALUE- See Also:
-
ERROR_PERFORMING_WLS_LOOKUP
public static final int ERROR_PERFORMING_WLS_LOOKUP- See Also:
-
ERROR_MAKING_WLS_REFLECTIVE_CALL
public static final int ERROR_MAKING_WLS_REFLECTIVE_CALL- See Also:
-
ERROR_GETTING_OBJECTNAME
public static final int ERROR_GETTING_OBJECTNAME- See Also:
-
ERROR_CREATING_INITIAL_CONTEXT
public static final int ERROR_CREATING_INITIAL_CONTEXT- See Also:
-
SDO_JAXB_NO_DESCRIPTOR_FOR_TYPE
public static final int SDO_JAXB_NO_DESCRIPTOR_FOR_TYPE- See Also:
-
SDO_JAXB_NO_MAPPING_FOR_PROPERTY
public static final int SDO_JAXB_NO_MAPPING_FOR_PROPERTY- See Also:
-
SDO_JAXB_NO_TYPE_FOR_CLASS
public static final int SDO_JAXB_NO_TYPE_FOR_CLASS- See Also:
-
SDO_JAXB_NO_SCHEMA_REFERENCE
public static final int SDO_JAXB_NO_SCHEMA_REFERENCE- See Also:
-
SDO_JAXB_NO_SCHEMA_CONTEXT
public static final int SDO_JAXB_NO_SCHEMA_CONTEXT- See Also:
-
SDO_JAXB_NO_TYPE_FOR_CLASS_BY_SCHEMA_CONTEXT
public static final int SDO_JAXB_NO_TYPE_FOR_CLASS_BY_SCHEMA_CONTEXT- See Also:
-
SDO_JAXB_ERROR_CREATING_JAXB_UNMARSHALLER
public static final int SDO_JAXB_ERROR_CREATING_JAXB_UNMARSHALLER- See Also:
-
ERROR_RESOLVING_ENTITY
public static final int ERROR_RESOLVING_ENTITY- See Also:
-
MISSING_DEPENDENCY_FOR_BINARY_MAPPING
public static final int MISSING_DEPENDENCY_FOR_BINARY_MAPPING- See Also:
-
ATTEMPT_TO_RESET_APP_RESOLVER
public static final int ATTEMPT_TO_RESET_APP_RESOLVER- See Also:
-
DATAOBJECT_FROM_DIFFERENT_HELPERCONTEXT
public static final int DATAOBJECT_FROM_DIFFERENT_HELPERCONTEXT- See Also:
-
ERROR_DEFINING_TYPE_INVALID_NAME
public static final int ERROR_DEFINING_TYPE_INVALID_NAME- See Also:
-
ERROR_DEFINING_PROPERTY_INVALID_NAME
public static final int ERROR_DEFINING_PROPERTY_INVALID_NAME- See Also:
-
-
Constructor Details
-
SDOException
-
SDOException
-
-
Method Details
-
errorPerformingWLSLookup
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS. This method should be used when a lookup fails. The lookup strings would typically be: - "java:comp/jmx/runtime" - "java:comp/env/jmx/runtime" -
errorInvokingWLSMethodReflectively
public static SDOException errorInvokingWLSMethodReflectively(String methodName, String theClass, Exception nestedException) INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS. This method should be used when a reflective call fails. The method names would typically be: - "getExecuteThread" - "getApplicationName" -
errorGettingWLSObjectName
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS. This method should be used when an attempt to get an ObjectName fails. The object names would typically be: - "com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean" - "ServerRuntime" - "ThreadPoolRuntime" -
errorCreatingWLSInitialContext
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS. This method should be used when an attempt to create an InitialContext fails. -
noTargetIdSpecified
INTERNAL: Exception when building an ObjectReferenceMapping and referenced object does not have an id property -
errorProcessingImport
public static SDOException errorProcessingImport(String schemaLocation, String namespace, Exception nestedException) INTERNAL: Exception when processing an import during xsdhelper.define -
errorProcessingInclude
INTERNAL: Exception when processing an include during xsdhelper.define -
referencedPropertyNotFound
INTERNAL: Exception when trying to find a referenced property during xsdhelper.define -
globalPropertyNotFound
INTERNAL: Exception when trying to find a global property during an unmarshal -
oldSequenceNotFound
INTERNAL: Exception when old sequence is not found in the changesummary -
foundSimpleValueForNonDataTypeProperty
INTERNAL: Exception when the value should be a dataObject and it's not -
sequenceNullOnSequencedDataObject
INTERNAL: Exception when sequence is null on a dataObject with sequenced set to true -
noTypeSpecifiedForProperty
INTERNAL: Exception when a property does not have a type specified -
ioExceptionOccurred
INTERNAL: Exception when an ioException happens -
xmlMarshalExceptionOccurred
public static SDOException xmlMarshalExceptionOccurred(XMLMarshalException nestedException, String rootElementURI, String rootElementName) INTERNAL: Exception when an XMLMarshalException happens -
typeNotFound
INTERNAL: Exception trying to lookup a type with the given uri and name -
typeNotFoundForInterface
INTERNAL: Exception trying to lookup a type with the given interface -
errorCreatingDataObjectForType
INTERNAL: Exception trying to create a dataObject with a type with the given uri and name -
cannotPerformOperationWithNullInputParameter
public static SDOException cannotPerformOperationWithNullInputParameter(String operation, String parameter) INTERNAL: Exception trying to call a method with a null input parameter -
invalidPropertyValue
public static SDOException invalidPropertyValue(String property, String type, String valueType, String value, ConversionException coe) INTERNAL: Exception trying to call a method with a null input parameter -
errorCreatingDataObjectForClass
public static SDOException errorCreatingDataObjectForClass(Exception nestedException, String className, String uri, String name) INTERNAL: Exception trying to create a dataObject with a type with the given interface -
noAppInfoForNull
INTERNAL: Exception trying to lookup an appinfo with a null property or type -
errorDefiningType
INTERNAL: Exception trying to define a type -
errorDefiningTypeNoName
INTERNAL: Exception trying to create a type without a name -
errorDefiningTypeInvalidName
INTERNAL: Exception trying to create a type with invalid name.- Parameters:
name- type name- Returns:
SDOException
-
errorDefiningPropertyInvalidName
INTERNAL: Exception trying to create a type with property of invalid name.- Parameters:
name- property name- Returns:
SDOException
-
missingRefAttribute
INTERNAL: Exception when an sdo:ref attribute is missing during xmlhelper.load -
errorProcessingXPath
INTERNAL: Exception processing an xpath during xmlhelper.load -
sequenceDuplicateSettingNotSupportedForComplexSingleObject
public static SDOException sequenceDuplicateSettingNotSupportedForComplexSingleObject(int index, String settingPropertyName) INTERNAL: Return an exception when attempting to add a setting to a sequene that already has an existing entry. The existing entry will not be updated or moved to the end of the sequence. This exception occurs only for complex single types. -
sequenceAttributePropertyNotSupported
INTERNAL: Error when we attempt to add an attribute property to a sequence -
sequenceNotFoundForPath
INTERNAL: Error when we attempt find a sequence by path -
sequenceDataObjectInstanceFieldIsNull
INTERNAL: Error passing in a null dataObject into the sequence constructor -
sequenceNotSupportedForProperty
INTERNAL: Error passing in a null dataObject into the sequence constructor -
wrongValueForProperty
INTERNAL: Exception when trying to set a property to value that is an unsupported conversion -
conversionError
INTERNAL: Exception when trying to set a property to value that is an unsupported conversion -
propertyNotFoundAtIndex
INTERNAL: Exception when trying to find a property at an invalid index -
cannotPerformOperationOnNullArgument
INTERNAL: Exception when trying to perform an operation with a null argument -
cannotPerformOperationOnProperty
INTERNAL: Exception when trying to set a property via path based access. -
classNotFound
INTERNAL: Exception trying to load the instance class for a given type -
typeCannotBeOpenAndDataType
INTERNAL: Exception trying to set a type to be both open and dataType -
invalidIndex
INTERNAL: Exception trying to pass an invalid index to a method -
noConstructorWithString
INTERNAL: thrown from InstanceClassConverter -
propertyTypeAnnotationTargetCannotBeDataTypeTrue
public static SDOException 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. thrown from SDOTypesGenerator.postProcessing() -
typeReferencedButNotDefined
-
optionsMustBeADataObject
public static SDOException optionsMustBeADataObject(Exception nestedException, String uri, String name) INTERNAL: thrown from SDOXMLHelperDelegate -
typePropertyMustBeAType
INTERNAL: thrown from SDOXMLHelperDelegate -
prefixUsedButNotDefined
INTERNAL: thrown from SDOTypesGenerator -
errorAccessingExternalizableDelegator
public static SDOException errorAccessingExternalizableDelegator(String fieldName, Exception nestedException) INTERNAL: -
sdoJaxbNoDescriptorForType
-
sdoJaxbNoMappingForProperty
-
sdoJaxbNoTypeForClass
-
sdoJaxbNoSchemaReference
-
sdoJaxbNoSchemaContext
-
sdoJaxbNoTypeForClassBySchemaContext
-
sdoJaxbErrorCreatingJAXBUnmarshaller
-
errorResolvingSchema
-
unableToMapDataHandlerDueToMissingDependency
public static SDOException unableToMapDataHandlerDueToMissingDependency(String propertyName, String typeName) -
attemptToResetApplicationResolver
-
dataObjectNotFromHelperContext
INTERNAL: Exception trying to marshal a dataobject from a different HelperContext
-