| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.UpdatePrimaryKeyException
UpdatePrimaryKeyException | public class UpdatePrimaryKeyException extends UOWException (Code) | | This exception is thrown if a field, which is part of the primary key, is updated for a domain object retrieved from the database.
|
UpdatePrimaryKeyException | public UpdatePrimaryKeyException()(Code) | | Creates an exception with the errorCode.
|
UpdatePrimaryKeyException | public UpdatePrimaryKeyException(Object[] arguments)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. |
UpdatePrimaryKeyException | public UpdatePrimaryKeyException(Object[] arguments, Throwable cause)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. Parameters: cause - the cause. |
|
|