Skip navigation links

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

E28847-01


oracle.eclipselink.coherence.exceptions
Class IntegrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.persistence.exceptions.EclipseLinkException
                  extended by oracle.eclipselink.coherence.exceptions.IntegrationException

All Implemented Interfaces:
java.io.Serializable

public class IntegrationException
extends EclipseLinkException

General Exceptions that can occur within the integration. See exception message for details.

Since:
Oracle TopLink 11g (11.1.1.0.0)
Author:
gyorke
See Also:
Serialized Form

Field Summary
static int ECLIPSELINKSERIALIZER_NOT_SET_AS_CACHE_SERIALIZER
           
static int FAILED_TO_CREATE_INSTANCE_OF_WRAPPER
           
static int FAILED_TO_LOAD_WRAPPER_CLASS
           
static int MAPPING_VALUES_NOT_SET_IN_WRAPPER
           
static int OPTIMISTIC_LOCKING_POLICY_NOT_SUPPORTED
           
static int UNABLE_TO_ACCESS_DEFINECLASS_METHOD_OF_CLASSLOADER
           
static int UNABLE_TO_DEFINE_WRAPPER_CLASS_ON_CLASSLOADER
           
static int UNABLE_TO_EVALUATE_SUBCLASS_FILTER
           
static int UNABLE_TO_FIND_COHERENCE_CACHE
           
static int UNABLE_TO_FIND_DESCRIPTOR
          IntegrationException indicating the the EclipseLinkJPACacheLoader/Store (standalone or integrated) was unable to locate a descriptor within the provided persistence unit using the provided cache name.
static int UNABLE_TO_INSTANTIATE_FAILOVER_POLICY
           
static int UNABLE_TO_INSTANTIATE_FILTER_FACTORY
           

 

Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException

 

Constructor Summary
IntegrationException(java.lang.String message)
           
IntegrationException(java.lang.String message, java.lang.Throwable cause)
           

 

Method Summary
static IntegrationException failedToCreateWrapperInstance(java.lang.String wrapperName, java.lang.Exception rootException)
           
static IntegrationException failedToLoadWrapperClass(java.lang.String wrapperName, java.lang.Exception rootException)
           
static IntegrationException mappingValuesNotSent(java.lang.String attributeName, java.lang.String className)
           
static IntegrationException noClassFoundSubClassFilter(java.lang.String className, java.lang.ClassLoader loader, java.lang.Throwable cause)
           
static IntegrationException optimisticLockingPolicyNotSupported(java.lang.String javaClass)
           
static IntegrationException serializerNotSetToEclipseLinkSerializer(java.lang.String className, java.lang.String cacheName)
           
static IntegrationException unableToAccessDefineClassMethodOfClassLader(java.lang.Exception rootException)
           
static IntegrationException unableToDefineGeneratedWrapperClass(java.lang.String className, java.lang.Exception rootException)
           
static IntegrationException unableToFindCoherenceCache(java.lang.String cacheName, java.lang.Exception rootException)
           
static IntegrationException unableToFindDescriptor(java.lang.String cacheName, Session session)
          Constructs the UNABLE_TO_FIND_DESCRIPTOR exception.
static IntegrationException unableToInstantiateFailoverPolicy(java.lang.String className, java.lang.Exception rootException)
           
static IntegrationException unableToInstantiateFilterFactory(java.lang.String className, java.lang.Exception rootException)
           

 

Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

UNABLE_TO_FIND_COHERENCE_CACHE

public static final int UNABLE_TO_FIND_COHERENCE_CACHE
See Also:
Constant Field Values

OPTIMISTIC_LOCKING_POLICY_NOT_SUPPORTED

public static final int OPTIMISTIC_LOCKING_POLICY_NOT_SUPPORTED
See Also:
Constant Field Values

UNABLE_TO_FIND_DESCRIPTOR

public static final int UNABLE_TO_FIND_DESCRIPTOR
IntegrationException indicating the the EclipseLinkJPACacheLoader/Store (standalone or integrated) was unable to locate a descriptor within the provided persistence unit using the provided cache name. This exception typically indicates that the Coherence configuration for the specified cache does not match the EclipseLink JPA configuration.
See Also:
Constant Field Values

UNABLE_TO_DEFINE_WRAPPER_CLASS_ON_CLASSLOADER

public static final int UNABLE_TO_DEFINE_WRAPPER_CLASS_ON_CLASSLOADER
See Also:
Constant Field Values

UNABLE_TO_ACCESS_DEFINECLASS_METHOD_OF_CLASSLOADER

public static final int UNABLE_TO_ACCESS_DEFINECLASS_METHOD_OF_CLASSLOADER
See Also:
Constant Field Values

ECLIPSELINKSERIALIZER_NOT_SET_AS_CACHE_SERIALIZER

public static final int ECLIPSELINKSERIALIZER_NOT_SET_AS_CACHE_SERIALIZER
See Also:
Constant Field Values

FAILED_TO_LOAD_WRAPPER_CLASS

public static final int FAILED_TO_LOAD_WRAPPER_CLASS
See Also:
Constant Field Values

FAILED_TO_CREATE_INSTANCE_OF_WRAPPER

public static final int FAILED_TO_CREATE_INSTANCE_OF_WRAPPER
See Also:
Constant Field Values

MAPPING_VALUES_NOT_SET_IN_WRAPPER

public static final int MAPPING_VALUES_NOT_SET_IN_WRAPPER
See Also:
Constant Field Values

UNABLE_TO_EVALUATE_SUBCLASS_FILTER

public static final int UNABLE_TO_EVALUATE_SUBCLASS_FILTER
See Also:
Constant Field Values

UNABLE_TO_INSTANTIATE_FILTER_FACTORY

public static final int UNABLE_TO_INSTANTIATE_FILTER_FACTORY
See Also:
Constant Field Values

UNABLE_TO_INSTANTIATE_FAILOVER_POLICY

public static final int UNABLE_TO_INSTANTIATE_FAILOVER_POLICY
See Also:
Constant Field Values

Constructor Detail

IntegrationException

public IntegrationException(java.lang.String message)

IntegrationException

public IntegrationException(java.lang.String message,
                            java.lang.Throwable cause)

Method Detail

unableToInstantiateFailoverPolicy

public static IntegrationException unableToInstantiateFailoverPolicy(java.lang.String className,
                                                                     java.lang.Exception rootException)

unableToInstantiateFilterFactory

public static IntegrationException unableToInstantiateFilterFactory(java.lang.String className,
                                                                    java.lang.Exception rootException)

unableToFindCoherenceCache

public static IntegrationException unableToFindCoherenceCache(java.lang.String cacheName,
                                                              java.lang.Exception rootException)

optimisticLockingPolicyNotSupported

public static IntegrationException optimisticLockingPolicyNotSupported(java.lang.String javaClass)

unableToFindDescriptor

public static IntegrationException unableToFindDescriptor(java.lang.String cacheName,
                                                          Session session)
Constructs the UNABLE_TO_FIND_DESCRIPTOR exception.
See Also:
UNABLE_TO_FIND_DESCRIPTOR

unableToDefineGeneratedWrapperClass

public static IntegrationException unableToDefineGeneratedWrapperClass(java.lang.String className,
                                                                       java.lang.Exception rootException)

unableToAccessDefineClassMethodOfClassLader

public static IntegrationException unableToAccessDefineClassMethodOfClassLader(java.lang.Exception rootException)

serializerNotSetToEclipseLinkSerializer

public static IntegrationException serializerNotSetToEclipseLinkSerializer(java.lang.String className,
                                                                           java.lang.String cacheName)

failedToLoadWrapperClass

public static IntegrationException failedToLoadWrapperClass(java.lang.String wrapperName,
                                                            java.lang.Exception rootException)

failedToCreateWrapperInstance

public static IntegrationException failedToCreateWrapperInstance(java.lang.String wrapperName,
                                                                 java.lang.Exception rootException)

mappingValuesNotSent

public static IntegrationException mappingValuesNotSent(java.lang.String attributeName,
                                                        java.lang.String className)

noClassFoundSubClassFilter

public static IntegrationException noClassFoundSubClassFilter(java.lang.String className,
                                                              java.lang.ClassLoader loader,
                                                              java.lang.Throwable cause)

Skip navigation links

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