Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.exceptions
Class SDOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.toplink.exceptions.TopLinkException
                  extended by oracle.toplink.exceptions.SDOException
All Implemented Interfaces:
java.io.Serializable

public class SDOException
extends TopLinkException

Purpose:

Responsibilities:

Since:
Oracle TopLink 11.1.1.0.0
See Also:
Serialized Form

Field Summary
static int CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT
           
static int CANNOT_PERFORM_OPERATION_ON_PROPERTY
           
static int CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE
           
static int CLASS_NOT_FOUND
           
static int CONVERSION_ERROR
           
static int ERROR_CREATING_DATAOBJECT_FOR_CLASS
           
static int ERROR_CREATING_DATAOBJECT_FOR_TYPE
           
static int ERROR_DEFINING_TYPE
           
static int ERROR_DEFINING_TYPE_NO_NAME
           
static int ERROR_PROCESSING_IMPORT
           
static int ERROR_PROCESSING_INCLUDE
           
static int ERROR_PROCESSING_XPATH
           
static int FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY
           
static int GLOBAL_PROPERTY_NOT_FOUND
           
static int INVALID_INDEX
           
static int IO_EXCEPTION_OCCURRED
           
static int JAVA_CLASS_INVOKING_ERROR
           
static int MISSING_REF_ATTRIBUTE
           
static int NO_APP_INFO_FOR_NULL
           
static int NO_ID_SPECIFIED
           
static int NO_TYPE_SPECIFIED_FOR_PROPERTY
           
static int OLD_SEQUENCE_NOT_FOUND
           
static int OPTIONS_MUST_BE_A_DATAOBJECT
           
static int PREFIX_USED_BUT_NOT_DEFINED
           
static int PROPERTY_NOT_FOUND_AT_INDEX
           
static int REFERENCED_PROPERTY_NOT_FOUND
           
static int SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED
           
static int SEQUENCE_ERROR_DATAOBJECT_IS_NULL
           
static int SEQUENCE_ERROR_NO_PATH_FOUND
           
static int SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE
           
static int SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY
           
static int SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT
           
static int TYPE_CANNOT_BE_OPEN_AND_DATATYPE
           
static int TYPE_NOT_FOUND
           
static int TYPE_NOT_FOUND_FOR_INTERFACE
           
static int TYPE_PROPERTY_MUST_BE_A_TYPE
           
static int TYPE_REFERENCED_BUT_NEVER_DEFINED
           
static int WRONG_VALUE_FOR_PROPERTY
           
static int XMLMARSHAL_EXCEPTION_OCCURRED
           
 
Method Summary
static SDOException typeReferencedButNotDefined(java.lang.String namespaceUri, java.lang.String typeName)
           
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_ID_SPECIFIED

public static final int NO_ID_SPECIFIED
See Also:
Constant Field Values

ERROR_PROCESSING_IMPORT

public static final int ERROR_PROCESSING_IMPORT
See Also:
Constant Field Values

ERROR_PROCESSING_INCLUDE

public static final int ERROR_PROCESSING_INCLUDE
See Also:
Constant Field Values

REFERENCED_PROPERTY_NOT_FOUND

public static final int REFERENCED_PROPERTY_NOT_FOUND
See Also:
Constant Field Values

OLD_SEQUENCE_NOT_FOUND

public static final int OLD_SEQUENCE_NOT_FOUND
See Also:
Constant Field Values

FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY

public static final int FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY
See Also:
Constant Field Values

SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT

public static final int SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT
See Also:
Constant Field Values

NO_TYPE_SPECIFIED_FOR_PROPERTY

public static final int NO_TYPE_SPECIFIED_FOR_PROPERTY
See Also:
Constant Field Values

IO_EXCEPTION_OCCURRED

public static final int IO_EXCEPTION_OCCURRED
See Also:
Constant Field Values

TYPE_NOT_FOUND

public static final int TYPE_NOT_FOUND
See Also:
Constant Field Values

TYPE_NOT_FOUND_FOR_INTERFACE

public static final int TYPE_NOT_FOUND_FOR_INTERFACE
See Also:
Constant Field Values

ERROR_CREATING_DATAOBJECT_FOR_TYPE

public static final int ERROR_CREATING_DATAOBJECT_FOR_TYPE
See Also:
Constant Field Values

ERROR_CREATING_DATAOBJECT_FOR_CLASS

public static final int ERROR_CREATING_DATAOBJECT_FOR_CLASS
See Also:
Constant Field Values

NO_APP_INFO_FOR_NULL

public static final int NO_APP_INFO_FOR_NULL
See Also:
Constant Field Values

ERROR_DEFINING_TYPE

public static final int ERROR_DEFINING_TYPE
See Also:
Constant Field Values

ERROR_DEFINING_TYPE_NO_NAME

public static final int ERROR_DEFINING_TYPE_NO_NAME
See Also:
Constant Field Values

MISSING_REF_ATTRIBUTE

public static final int MISSING_REF_ATTRIBUTE
See Also:
Constant Field Values

ERROR_PROCESSING_XPATH

public static final int ERROR_PROCESSING_XPATH
See Also:
Constant Field Values

SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED

public static final int SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED
See Also:
Constant Field Values

SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE

public static final int SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE
See Also:
Constant Field Values

SEQUENCE_ERROR_NO_PATH_FOUND

public static final int SEQUENCE_ERROR_NO_PATH_FOUND
See Also:
Constant Field Values

SEQUENCE_ERROR_DATAOBJECT_IS_NULL

public static final int SEQUENCE_ERROR_DATAOBJECT_IS_NULL
See Also:
Constant Field Values

SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY

public static final int SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY
See Also:
Constant Field Values

WRONG_VALUE_FOR_PROPERTY

public static final int WRONG_VALUE_FOR_PROPERTY
See Also:
Constant Field Values

CONVERSION_ERROR

public static final int CONVERSION_ERROR
See Also:
Constant Field Values

PROPERTY_NOT_FOUND_AT_INDEX

public static final int PROPERTY_NOT_FOUND_AT_INDEX
See Also:
Constant Field Values

CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT

public static final int CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT
See Also:
Constant Field Values

CLASS_NOT_FOUND

public static final int CLASS_NOT_FOUND
See Also:
Constant Field Values

TYPE_CANNOT_BE_OPEN_AND_DATATYPE

public static final int TYPE_CANNOT_BE_OPEN_AND_DATATYPE
See Also:
Constant Field Values

INVALID_INDEX

public static final int INVALID_INDEX
See Also:
Constant Field Values

JAVA_CLASS_INVOKING_ERROR

public static final int JAVA_CLASS_INVOKING_ERROR
See Also:
Constant Field Values

CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE

public static final int CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE
See Also:
Constant Field Values

XMLMARSHAL_EXCEPTION_OCCURRED

public static final int XMLMARSHAL_EXCEPTION_OCCURRED
See Also:
Constant Field Values

TYPE_REFERENCED_BUT_NEVER_DEFINED

public static final int TYPE_REFERENCED_BUT_NEVER_DEFINED
See Also:
Constant Field Values

OPTIONS_MUST_BE_A_DATAOBJECT

public static final int OPTIONS_MUST_BE_A_DATAOBJECT
See Also:
Constant Field Values

TYPE_PROPERTY_MUST_BE_A_TYPE

public static final int TYPE_PROPERTY_MUST_BE_A_TYPE
See Also:
Constant Field Values

GLOBAL_PROPERTY_NOT_FOUND

public static final int GLOBAL_PROPERTY_NOT_FOUND
See Also:
Constant Field Values

PREFIX_USED_BUT_NOT_DEFINED

public static final int PREFIX_USED_BUT_NOT_DEFINED
See Also:
Constant Field Values

CANNOT_PERFORM_OPERATION_ON_PROPERTY

public static final int CANNOT_PERFORM_OPERATION_ON_PROPERTY
See Also:
Constant Field Values
Method Detail

typeReferencedButNotDefined

public static SDOException typeReferencedButNotDefined(java.lang.String namespaceUri,
                                                       java.lang.String typeName)

Copyright © 1998, 2012, Oracle. All Rights Reserved.