This RuntimeException will be thrown if an updateXxx() method or an Add/Update/Delete is invoked on a Domain object in queued state.
The domain object will be in queued state if it has been submitted to the UOW for an Add/Update/Delete and commit hasnt yet been performed.
public IllegalPersistentStateRuntimeException()(Code)
Constructs a new exception.
IllegalPersistentStateRuntimeException
public IllegalPersistentStateRuntimeException(String msg)(Code)
Constructs a new exception specifying an error message.
Parameters: msg - This message is for internal diagnostics.
IllegalPersistentStateRuntimeException
public IllegalPersistentStateRuntimeException(String msg, Throwable sourceException)(Code)
Constructs a new exception specifying an error message and a source exception.
Parameters: msg - This message is for internal diagnostics. Parameters: sourceException - The source exception being wrapped.