org.jaffa.persistence.exceptions
Class EngineInstantiationException
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
                       org.jaffa.persistence.exceptions.EngineInstantiationException
org.jaffa.persistence.exceptions.EngineInstantiationException
- All Implemented Interfaces: 
- Serializable
- public class EngineInstantiationException- extends UOWException
This exception is thrown if the Persistence Engine could not be instantiated.
- See Also:
- Serialized Form
 
 
 
 
 
 
EngineInstantiationException
public EngineInstantiationException()
- Creates an exception with the errorCode.
 
EngineInstantiationException
public EngineInstantiationException(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.
EngineInstantiationException
public EngineInstantiationException(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.