oracle.toplink.ejb
Class DeploymentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.toplink.exceptions.TopLinkException
|
+--oracle.toplink.ejb.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- public class DeploymentException
- extends TopLinkException
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_PROJECT_SPECIFIED
public static final int NO_PROJECT_SPECIFIED
NO_LICENSE_IN_WL_PROPERTIES
public static final int NO_LICENSE_IN_WL_PROPERTIES
- Deprecated. since 4.6. There is no direct replacement API.
NO_SUCH_PROJECT_IDENTIFIER
public static final int NO_SUCH_PROJECT_IDENTIFIER
ERROR_CREATING_CUSTOMIZATION
public static final int ERROR_CREATING_CUSTOMIZATION
ERROR_RUNNING_CUSTOMIZATION
public static final int ERROR_RUNNING_CUSTOMIZATION
ERROR_UNSUPPORTED_JDBC_LEVEL
public static final int ERROR_UNSUPPORTED_JDBC_LEVEL
ERROR_INVALID_TXN_ISOLATION
public static final int ERROR_INVALID_TXN_ISOLATION
ERROR_INVALID_CACHE_USAGE
public static final int ERROR_INVALID_CACHE_USAGE
ERROR_VALIDATING_LICENSE
public static final int ERROR_VALIDATING_LICENSE
- Deprecated. since 4.6. There is no direct replacement API.
ERROR_INVALID_UPDATE_PROPAGATION
public static final int ERROR_INVALID_UPDATE_PROPAGATION
ERROR_CONNECTING_TO_DATA_SOURCE
public static final int ERROR_CONNECTING_TO_DATA_SOURCE
NO_TOPLINKSDK_XERCES_JAR
public static final int NO_TOPLINKSDK_XERCES_JAR
NO_XERCES_JAR
public static final int NO_XERCES_JAR
NO_PROJECT_SPECIFIED2
public static final int NO_PROJECT_SPECIFIED2
NO_SUCH_PROJECT_IDENTIFIER2
public static final int NO_SUCH_PROJECT_IDENTIFIER2
ERROR_CREATING_PROJECT
public static final int ERROR_CREATING_PROJECT
ERROR_CONVERTING_PLATFORM
public static final int ERROR_CONVERTING_PLATFORM
NO_SESSION_ID_SPECIFIED
public static final int NO_SESSION_ID_SPECIFIED
NO_DEPLOYMENT_DESCRIPTOR
public static final int NO_DEPLOYMENT_DESCRIPTOR
ERROR_IN_DEPLOYMENT_DESCRIPTOR
public static final int ERROR_IN_DEPLOYMENT_DESCRIPTOR
CANT_USE_LOCAL_RELATIONSHIPS
public static final int CANT_USE_LOCAL_RELATIONSHIPS
CANT_USE_REMOTE_RELATIONSHIPS
public static final int CANT_USE_REMOTE_RELATIONSHIPS
CANNOT_FIND_GENERATED_SUBCLASS
public static final int CANNOT_FIND_GENERATED_SUBCLASS
DeploymentException
public DeploymentException()
DeploymentException
public DeploymentException(java.lang.String theMessage)
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.Exception internalException)
errorConnectingToDataSource
public static DeploymentException errorConnectingToDataSource(java.lang.String dataSourceName,
java.lang.Throwable e)
errorCreatingCustomization
public static DeploymentException errorCreatingCustomization(java.lang.String className,
java.lang.Throwable e)
errorCreatingProject
public static DeploymentException errorCreatingProject(java.lang.Throwable e)
errorRunningCustomization
public static DeploymentException errorRunningCustomization(java.lang.String className,
java.lang.Throwable e)
getPlatformConversionWarning
public static java.lang.String getPlatformConversionWarning(java.lang.String platformName,
java.lang.String defaultPlatformName,
java.lang.Throwable conversionException)
invalidCacheUsageString
public static DeploymentException invalidCacheUsageString(java.lang.String cacheUsageString)
invalidTxnIsolation
public static DeploymentException invalidTxnIsolation(java.lang.String txnIsolationString)
invalidUpdatePropagationString
public static DeploymentException invalidUpdatePropagationString(java.lang.String updatePropagationString)
noProjectSpecified
public static DeploymentException noProjectSpecified()
noProjectSpecified
public static DeploymentException noProjectSpecified(java.lang.String supplementaryMessage)
noSessionIdSpecified
public static DeploymentException noSessionIdSpecified()
noSuchProjectIdentifier
public static DeploymentException noSuchProjectIdentifier(java.lang.String projectIdentifer)
noSuchProjectIdentifier
public static DeploymentException noSuchProjectIdentifier(java.lang.String projectIdentifer,
java.lang.Throwable e)
noTopLinkSDKXercesJar
public static DeploymentException noTopLinkSDKXercesJar(java.lang.String TopLinkSDKXercesPath)
noXercesJar
public static DeploymentException noXercesJar(java.lang.String xercesPath)
unsupportedJdbcLevel
public static DeploymentException unsupportedJdbcLevel(java.lang.String jdbcLevel)
noDeploymentDescriptor
public static DeploymentException noDeploymentDescriptor(java.lang.String descName)
errorInDeploymentDescriptor
public static DeploymentException errorInDeploymentDescriptor(java.lang.String descName,
java.lang.Throwable e)
cantUseLocalRelationships
public static DeploymentException cantUseLocalRelationships(java.lang.String beanName)
cantUseRemoteRelationships
public static DeploymentException cantUseRemoteRelationships(java.lang.String beanName)
cannotFindGeneratedSubclass
public static DeploymentException cannotFindGeneratedSubclass(java.lang.String beanName)