public class EntityExistsException extends EntityLifecycleException:
Reports an entity instance already owned by another persistence context.
throw EntityExistsException("Entity is already managed")| Modifier and Type | Member | Description |
|---|---|---|
| public | EntityExistsExceptionEntityExistsException(message as String = ""): |
Creates this framework exception. |