| org.jaffa.exceptions.FrameworkException org.jaffa.persistence.exceptions.UOWException
All known Subclasses: org.jaffa.persistence.exceptions.DeleteFailedException, org.jaffa.persistence.exceptions.PostLoadFailedException, org.jaffa.persistence.exceptions.AddFailedException, org.jaffa.persistence.exceptions.ReadOnlyObjectException, org.jaffa.persistence.exceptions.EngineInstantiationException, org.jaffa.persistence.exceptions.QueryFailedException, org.jaffa.persistence.exceptions.CommitFailedException, org.jaffa.persistence.exceptions.UpdatePrimaryKeyException, org.jaffa.persistence.exceptions.RollbackFailedException, org.jaffa.persistence.engines.jdbcengine.datasource.exceptions.DataSourceCreationException, org.jaffa.persistence.exceptions.UpdateFailedException, org.jaffa.persistence.exceptions.AlreadyLockedObjectException,
UOWException | abstract public class UOWException extends FrameworkException (Code) | | A base exception for all the persistence layer exceptions.
|
UOWException | protected UOWException(String errorCode)(Code) | | Creates an exception with the errorCode.
Parameters: errorCode - the errorCode |
UOWException | protected UOWException(String errorCode, Object[] arguments)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: errorCode - the errorCode. Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. |
UOWException | protected UOWException(String errorCode, Object[] arguments, Throwable cause)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: errorCode - the errorCode. Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. Parameters: cause - the cause. |
|
|