public class IntegrationException extends EclipseLinkException
Constructor and Description |
---|
IntegrationException(java.lang.String message) |
IntegrationException(java.lang.String message, java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static IntegrationException |
componentEntityCanBeMemberOfOnlyOneGraph(java.lang.String parentEntity, java.lang.String targetType, java.lang.String existingRoot) |
static IntegrationException |
failedToCreateWrapperInstance(java.lang.String wrapperName, java.lang.Exception rootException) |
static IntegrationException |
failedToLoadWrapperClass(java.lang.String wrapperName, java.lang.Exception rootException) |
static IntegrationException |
failureDuringObjectSerialization(java.lang.Class type, java.lang.String fieldName, java.lang.Throwable exception) |
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 |
notEclipseLinkProvider() |
static IntegrationException |
onlyOneRootIsAllowedInEntityGraph(java.lang.String rootClassName, java.lang.String sourceClassName) |
static IntegrationException |
optimisticLockingPolicyNotSupported(java.lang.String javaClass) |
static IntegrationException |
relationshipFromElementCollectionEmbeddablesNotSupported() |
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 |
unableToFindPersistenceUnit(java.lang.String puName) |
static IntegrationException |
unableToInstantiateFailoverPolicy(java.lang.String className, java.lang.Exception rootException) |
static IntegrationException |
unableToInstantiateFilterFactory(java.lang.String className, java.lang.Exception rootException) |
getErrorCode, getIndentationString, getInternalException, getMessage, getSession, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
public static final int UNABLE_TO_FIND_COHERENCE_CACHE
public static final int OPTIMISTIC_LOCKING_POLICY_NOT_SUPPORTED
public static final int UNABLE_TO_FIND_DESCRIPTOR
public static final int UNABLE_TO_DEFINE_WRAPPER_CLASS_ON_CLASSLOADER
public static final int UNABLE_TO_ACCESS_DEFINECLASS_METHOD_OF_CLASSLOADER
public static final int ECLIPSELINKSERIALIZER_NOT_SET_AS_CACHE_SERIALIZER
public static final int FAILED_TO_LOAD_WRAPPER_CLASS
public static final int FAILED_TO_CREATE_INSTANCE_OF_WRAPPER
public static final int MAPPING_VALUES_NOT_SET_IN_WRAPPER
public static final int UNABLE_TO_EVALUATE_SUBCLASS_FILTER
public static final int UNABLE_TO_INSTANTIATE_FILTER_FACTORY
public static final int UNABLE_TO_INSTANTIATE_FAILOVER_POLICY
public static final int FK_RELATIONSHIPS_NOT_SUPPORTED_IN_ELEMENT_COLLECTION_ELEMENTS
public static final int COMPONENT_ENTITY_CAN_BE_MEMBER_OF_ONE_GRAPH
public static final int ONLY_ONE_ROOT_IN_ENTITY_GRAPH
public static final int FAILURE_DURING_SERIALIZATION
public static final int NO_PU_FOUND
public static final int NOT_ECLIPSELINK_PROVIDER
public IntegrationException(java.lang.String message)
public IntegrationException(java.lang.String message, java.lang.Throwable cause)
public static IntegrationException unableToInstantiateFailoverPolicy(java.lang.String className, java.lang.Exception rootException)
public static IntegrationException unableToInstantiateFilterFactory(java.lang.String className, java.lang.Exception rootException)
public static IntegrationException unableToFindCoherenceCache(java.lang.String cacheName, java.lang.Exception rootException)
public static IntegrationException optimisticLockingPolicyNotSupported(java.lang.String javaClass)
public static IntegrationException unableToFindDescriptor(java.lang.String cacheName, Session session)
UNABLE_TO_FIND_DESCRIPTOR
public static IntegrationException unableToDefineGeneratedWrapperClass(java.lang.String className, java.lang.Exception rootException)
public static IntegrationException unableToAccessDefineClassMethodOfClassLader(java.lang.Exception rootException)
public static IntegrationException serializerNotSetToEclipseLinkSerializer(java.lang.String className, java.lang.String cacheName)
public static IntegrationException failedToLoadWrapperClass(java.lang.String wrapperName, java.lang.Exception rootException)
public static IntegrationException failedToCreateWrapperInstance(java.lang.String wrapperName, java.lang.Exception rootException)
public static IntegrationException mappingValuesNotSent(java.lang.String attributeName, java.lang.String className)
public static IntegrationException noClassFoundSubClassFilter(java.lang.String className, java.lang.ClassLoader loader, java.lang.Throwable cause)
public static IntegrationException relationshipFromElementCollectionEmbeddablesNotSupported()
public static IntegrationException componentEntityCanBeMemberOfOnlyOneGraph(java.lang.String parentEntity, java.lang.String targetType, java.lang.String existingRoot)
public static IntegrationException onlyOneRootIsAllowedInEntityGraph(java.lang.String rootClassName, java.lang.String sourceClassName)
public static IntegrationException failureDuringObjectSerialization(java.lang.Class type, java.lang.String fieldName, java.lang.Throwable exception)
public static IntegrationException unableToFindPersistenceUnit(java.lang.String puName)
public static IntegrationException notEclipseLinkProvider()