org.jaffa.persistence.exceptions
Class UOWException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.jaffa.exceptions.CustomException
org.jaffa.exceptions.CustomException
               org.jaffa.exceptions.FrameworkException
org.jaffa.exceptions.FrameworkException
                   org.jaffa.persistence.exceptions.UOWException
org.jaffa.persistence.exceptions.UOWException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- AddFailedException, AlreadyLockedObjectException, CommitFailedException, DataSourceCreationException, DeleteFailedException, EngineInstantiationException, PostLoadFailedException, QueryFailedException, ReadOnlyObjectException, RollbackFailedException, UpdateFailedException, UpdatePrimaryKeyException
- public abstract class UOWException- extends FrameworkException
A base exception for all the persistence layer exceptions.
- See Also:
- Serialized Form
 
 
 
 
 
 
UOWException
protected UOWException(String errorCode)
- Creates an exception with the errorCode.
 
- Parameters:
- errorCode- the errorCode
UOWException
protected UOWException(String errorCode,
                       Object[] arguments)
- Creates an exception with the errorCode and a cause.
 
- Parameters:
- errorCode- the errorCode.
- 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)
- Creates an exception with the errorCode and a cause.
 
- Parameters:
- errorCode- the errorCode.
- 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.