BOInvalidOperationForNewlyCreatedObjectException |
public class BOInvalidOperationForNewlyCreatedObjectException extends BOException (Code) |
| Specialised BOLayer exception. Thrown when unsupported operation was attempted on
the newly created object. For example if entity has a state machine the operation
setState() will fail for the newly created entity because the new state is known
from the state machine definition
|