org.jaffa.persistence.exceptions
Class PreAddFailedException
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.AddFailedException
org.jaffa.persistence.exceptions.AddFailedException
                           org.jaffa.persistence.exceptions.PreAddFailedException
org.jaffa.persistence.exceptions.PreAddFailedException
- All Implemented Interfaces: 
- Serializable
- public class PreAddFailedException- extends AddFailedException
This exception is thrown if an error occurs in the PreAdd trigger of the persistent object.
- See Also:
- Serialized Form
 
 
 
 
 
 
PreAddFailedException
public PreAddFailedException()
- Creates an exception with the errorCode.
 
PreAddFailedException
public PreAddFailedException(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.
PreAddFailedException
public PreAddFailedException(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.