org.jaffa.persistence.exceptions
Class UpdatePrimaryKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.FrameworkException
org.jaffa.persistence.exceptions.UOWException
org.jaffa.persistence.exceptions.UpdatePrimaryKeyException
- All Implemented Interfaces:
- Serializable
- public class UpdatePrimaryKeyException
- extends UOWException
This exception is thrown if a field, which is part of the primary key, is updated for a domain object retrieved from the database.
- See Also:
- Serialized Form
UpdatePrimaryKeyException
public UpdatePrimaryKeyException()
- Creates an exception with the errorCode.
UpdatePrimaryKeyException
public UpdatePrimaryKeyException(Object[] arguments)
- 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)
- 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.cause - the cause.
Copyright © 2002-2004 JAFFA Project.