public class EntityManagerSetupException extends EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
Modifier | Constructor and Description |
---|---|
|
EntityManagerSetupException()
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
protected |
EntityManagerSetupException(java.lang.String message)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
protected |
EntityManagerSetupException(java.lang.String message,
java.lang.Throwable internalException)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
Modifier and Type | Method and Description |
---|---|
static EntityManagerSetupException |
attemptedRedeployWithoutClose(java.lang.String sessionName) |
static EntityManagerSetupException |
cannotAccessMethodOnObject(java.lang.reflect.Method aMethod,
java.lang.Object anObject) |
static EntityManagerSetupException |
cannotDeployWithoutPredeploy(java.lang.String persistenceUnitName,
java.lang.String state,
java.lang.Exception exception) |
static EntityManagerSetupException |
cannotPredeploy(java.lang.String persistenceUnitName,
java.lang.String state,
java.lang.Exception exception) |
static EntityManagerSetupException |
classNotFoundForProperty(java.lang.String className,
java.lang.String propertyName,
java.lang.Exception exception) |
static EntityManagerSetupException |
classNotFoundWhileProcessingAnnotations(java.lang.String className,
java.lang.Exception exception) |
static EntityManagerSetupException |
compositeIncompatibleWithSessionsXml(java.lang.String persistenceUnitName)
INTERNAL:
Persistence unit tries to use sessions.xml and to be a composite.
|
static EntityManagerSetupException |
compositeMemberCannotBeUsedStandalone(java.lang.String persistenceUnitName)
INTERNAL:
Persistence unit tries to use sessions.xml and to be a composite.
|
static EntityManagerSetupException |
couldNotFindPersistenceUnitBundle(java.lang.String persistenceUnitName)
INTERNAL:
An OSGi application is trying to instantiate a persistence unit for which a bundle does not exist
|
static EntityManagerSetupException |
createContainerEntityManagerFactoryNotSupportedInOSGi()
INTERNAL:
Our OSGI persistence provider does not support a JavaEE-type deployment
|
static EntityManagerSetupException |
deployFailed(java.lang.String persistenceUnitName,
java.lang.Throwable exception) |
static EntityManagerSetupException |
errorInSetupOfEM() |
static EntityManagerSetupException |
exceptionInSetupOfEM(java.lang.Exception exception) |
static EntityManagerSetupException |
failedToInstantiateLogger(java.lang.String loggerClassName,
java.lang.String propertyName,
java.lang.Exception exception) |
static EntityManagerSetupException |
failedToInstantiateProperty(java.lang.String className,
java.lang.String property,
java.lang.Exception exception) |
static EntityManagerSetupException |
failedToInstantiateServerPlatform(java.lang.String serverPlatformClass,
java.lang.String serverPlatformString,
java.lang.Exception exception) |
static EntityManagerSetupException |
failedToInstantiateTemporaryClassLoader(java.lang.Exception exception)
INTERNAL:
Reflective call with doPrivileged to create temporary classloader instance failed.
|
static EntityManagerSetupException |
failedWhileProcessingProperty(java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.Exception exception) |
static EntityManagerSetupException |
jtaPersistenceUnitInfoMissingJtaDataSource(java.lang.String persistenceUnitInfoName) |
static EntityManagerSetupException |
methodInvocationFailed(java.lang.reflect.Method aMethod,
java.lang.Object anObject,
java.lang.Exception ex) |
static EntityManagerSetupException |
missingProperty(java.lang.String property) |
static EntityManagerSetupException |
missingServerPlatformException(java.lang.String sessionName,
java.lang.String xmlFileName) |
static EntityManagerSetupException |
noTemporaryClassLoaderAvailable(java.lang.String PUName)
INTERNAL:
The implementation of getNewTempClassLoader is returning null instead of a temporary ClassLoader instance.
|
static EntityManagerSetupException |
predeployFailed(java.lang.String persistenceUnitName,
java.lang.Throwable exception) |
static EntityManagerSetupException |
puNotExist(java.lang.String puName) |
static EntityManagerSetupException |
sessionLoadedFromSessionsXMLMustBeServerSession(java.lang.String sessionName,
java.lang.String sessionsXML,
java.lang.Object session) |
static EntityManagerSetupException |
sessionNameNeedBeSpecified(java.lang.String PUName,
java.lang.String sessionsXML) |
static EntityManagerSetupException |
sessionRemovedDuringDeployment(java.lang.String sessionName) |
static EntityManagerSetupException |
sessionXMLValidationException(java.lang.String sessionName,
java.lang.String xmlFileName,
ValidationException exception) |
static EntityManagerSetupException |
wrongPropertyValueType(java.lang.String value,
java.lang.String expectedType,
java.lang.String propertyName) |
static EntityManagerSetupException |
wrongSessionTypeException(java.lang.String sessionName,
java.lang.String xmlFileName,
java.lang.Exception exception) |
static EntityManagerSetupException |
wrongWeavingPropertyValue() |
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
public static final int SESSIONS_XML_VALIDATION_EXCEPTION
public static final int WRONG_SESSION_TYPE_EXCEPTION
public static final int MISSING_SERVER_PLATFORM_EXCEPTION
public static final int ERROR_IN_SETUP_OF_EM
public static final int EXCEPTION_IN_SETUP_OF_EM
public static final int CLASS_NOT_FOUND_FOR_PROPERTY
public static final int FAILED_TO_INSTANTIATE_SERVER_PLATFORM
public static final int CLASS_NOT_FOUND_WHILE_PROCESSING_ANNOTATIONS
public static final int ATTEMPTED_REDEPLOY_WITHOUT_CLOSE
public static final int JTA_PERSISTENCE_UNIT_INFO_MISSING_JTA_DATA_SOURCE
public static final int SESSION_REMOVED_DURING_DEPLOYMENT
public static final int WRONG_PROPERTY_VALUE_TYPE
public static final int CANNOT_DEPLOY_WITHOUT_PREDEPLOY
public static final int FAILED_WHILE_PROCESSING_PROPERTY
public static final int FAILED_TO_INSTANTIATE_LOGGER
public static final int PU_NOT_EXIST
public static final int CANNOT_PREDEPLOY
public static final int PREDEPLOY_FAILED
public static final int DEPLOY_FAILED
public static final int SESSION_LOADED_FROM_SESSIONSXML_MUST_BE_SERVER_SESSION
public static final int ATTEMPTED_LOAD_SESSION_WITHOUT_NAME_PROVIDED
public static final int WRONG_WEAVING_PROPERTY_VALUE
public static final int METHOD_INVOCATION_FAILED
public static final int CANNOT_ACCESS_METHOD_ON_OBJECT
public static final int NO_TEMPORARY_CLASSLOADER_AVAILABLE
public static final int CREATE_CONTAINER_EMF_NOT_SUPPORTED_IN_OSGI
public static final int COULD_NOT_FIND_PERSISTENCE_UNIT_BUNDLE
public static final int FAILED_TO_INSTANTIATE_PROPERTY
public static final int COMPOSITE_INCOMPATIBLE_WITH_SESSIONS_XML
public static final int COMPOSITE_MEMBER_CANNOT_BE_USED_STANDALONE
public static final int MISSING_PROPERTY
public static final int FAILED_TO_INSTANTIATE_TEMP_CLASSLOADER
public EntityManagerSetupException()
protected EntityManagerSetupException(java.lang.String message)
protected EntityManagerSetupException(java.lang.String message, java.lang.Throwable internalException)
public static EntityManagerSetupException attemptedRedeployWithoutClose(java.lang.String sessionName)
public static EntityManagerSetupException missingServerPlatformException(java.lang.String sessionName, java.lang.String xmlFileName)
public static EntityManagerSetupException sessionRemovedDuringDeployment(java.lang.String sessionName)
public static EntityManagerSetupException sessionXMLValidationException(java.lang.String sessionName, java.lang.String xmlFileName, ValidationException exception)
public static EntityManagerSetupException wrongSessionTypeException(java.lang.String sessionName, java.lang.String xmlFileName, java.lang.Exception exception)
public static EntityManagerSetupException errorInSetupOfEM()
public static EntityManagerSetupException exceptionInSetupOfEM(java.lang.Exception exception)
public static EntityManagerSetupException classNotFoundForProperty(java.lang.String className, java.lang.String propertyName, java.lang.Exception exception)
public static EntityManagerSetupException failedToInstantiateServerPlatform(java.lang.String serverPlatformClass, java.lang.String serverPlatformString, java.lang.Exception exception)
public static EntityManagerSetupException missingProperty(java.lang.String property)
public static EntityManagerSetupException failedToInstantiateProperty(java.lang.String className, java.lang.String property, java.lang.Exception exception)
public static EntityManagerSetupException classNotFoundWhileProcessingAnnotations(java.lang.String className, java.lang.Exception exception)
public static EntityManagerSetupException jtaPersistenceUnitInfoMissingJtaDataSource(java.lang.String persistenceUnitInfoName)
public static EntityManagerSetupException wrongPropertyValueType(java.lang.String value, java.lang.String expectedType, java.lang.String propertyName)
public static EntityManagerSetupException cannotDeployWithoutPredeploy(java.lang.String persistenceUnitName, java.lang.String state, java.lang.Exception exception)
public static EntityManagerSetupException failedWhileProcessingProperty(java.lang.String propertyName, java.lang.String propertyValue, java.lang.Exception exception)
public static EntityManagerSetupException failedToInstantiateLogger(java.lang.String loggerClassName, java.lang.String propertyName, java.lang.Exception exception)
public static EntityManagerSetupException puNotExist(java.lang.String puName)
public static EntityManagerSetupException cannotPredeploy(java.lang.String persistenceUnitName, java.lang.String state, java.lang.Exception exception)
public static EntityManagerSetupException predeployFailed(java.lang.String persistenceUnitName, java.lang.Throwable exception)
public static EntityManagerSetupException deployFailed(java.lang.String persistenceUnitName, java.lang.Throwable exception)
public static EntityManagerSetupException sessionLoadedFromSessionsXMLMustBeServerSession(java.lang.String sessionName, java.lang.String sessionsXML, java.lang.Object session)
public static EntityManagerSetupException sessionNameNeedBeSpecified(java.lang.String PUName, java.lang.String sessionsXML)
public static EntityManagerSetupException wrongWeavingPropertyValue()
public static EntityManagerSetupException methodInvocationFailed(java.lang.reflect.Method aMethod, java.lang.Object anObject, java.lang.Exception ex)
public static EntityManagerSetupException cannotAccessMethodOnObject(java.lang.reflect.Method aMethod, java.lang.Object anObject)
public static EntityManagerSetupException noTemporaryClassLoaderAvailable(java.lang.String PUName)
PUName
- public static EntityManagerSetupException createContainerEntityManagerFactoryNotSupportedInOSGi()
public static EntityManagerSetupException couldNotFindPersistenceUnitBundle(java.lang.String persistenceUnitName)
persistenceUnitName
- public static EntityManagerSetupException compositeIncompatibleWithSessionsXml(java.lang.String persistenceUnitName)
persistenceUnitName
- public static EntityManagerSetupException compositeMemberCannotBeUsedStandalone(java.lang.String persistenceUnitName)
persistenceUnitName
- public static EntityManagerSetupException failedToInstantiateTemporaryClassLoader(java.lang.Exception exception)