|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.eclipse.persistence.exceptions.EclipseLinkException org.eclipse.persistence.exceptions.EntityManagerSetupException
public class EntityManagerSetupException
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException |
---|
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
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)
|
static EntityManagerSetupException |
cannotPredeploy(java.lang.String persistenceUnitName,
java.lang.String state)
|
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 |
couldNotFindPersistenceUnitBundle(java.lang.String persistenceUnitName)
INTERNAL: An OSGi application is trying to instantiate a persistence unit for which a bundle does nto 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.RuntimeException 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 |
failedToInstantiateServerPlatform(java.lang.String serverPlatformClass,
java.lang.String serverPlatformString,
java.lang.Exception exception)
|
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 |
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.RuntimeException 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()
|
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 |
---|
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
Constructor Detail |
---|
public EntityManagerSetupException()
protected EntityManagerSetupException(java.lang.String message)
protected EntityManagerSetupException(java.lang.String message, java.lang.Throwable internalException)
Method Detail |
---|
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 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)
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)
public static EntityManagerSetupException predeployFailed(java.lang.String persistenceUnitName, java.lang.RuntimeException exception)
public static EntityManagerSetupException deployFailed(java.lang.String persistenceUnitName, java.lang.RuntimeException 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()
PUName
-
public static EntityManagerSetupException couldNotFindPersistenceUnitBundle(java.lang.String persistenceUnitName)
PUName
-
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |