org.jaffa.persistence.exceptions
Class PreUpdateFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaffa.exceptions.CustomException
              extended byorg.jaffa.exceptions.FrameworkException
                  extended byorg.jaffa.persistence.exceptions.UOWException
                      extended byorg.jaffa.persistence.exceptions.UpdateFailedException
                          extended byorg.jaffa.persistence.exceptions.PreUpdateFailedException
All Implemented Interfaces:
Serializable

public class PreUpdateFailedException
extends UpdateFailedException

This exception is thrown if an error occurs in the PreUpdate trigger of the persistent object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jaffa.exceptions.CustomException
m_arguments
 
Constructor Summary
PreUpdateFailedException()
          Creates an exception with the errorCode.
PreUpdateFailedException(Object[] arguments)
          Creates an exception with the errorCode and a cause.
PreUpdateFailedException(Object[] arguments, Throwable cause)
          Creates an exception with the errorCode and a cause.
 
Methods inherited from class org.jaffa.exceptions.CustomException
getArguments, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreUpdateFailedException

public PreUpdateFailedException()
Creates an exception with the errorCode.


PreUpdateFailedException

public PreUpdateFailedException(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.

PreUpdateFailedException

public PreUpdateFailedException(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.