| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.UpdateFailedException
All known Subclasses: org.jaffa.persistence.exceptions.PreUpdateFailedException, org.jaffa.persistence.exceptions.PostUpdateFailedException,
UpdateFailedException | public class UpdateFailedException extends UOWException (Code) | | This exception is thrown if the updation of an object from the persistent store fails.
|
UpdateFailedException | public UpdateFailedException()(Code) | | Creates an exception with the errorCode.
|
UpdateFailedException | public UpdateFailedException(Object[] arguments)(Code) | | 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. |
UpdateFailedException | public UpdateFailedException(Object[] arguments, Throwable cause)(Code) | | 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. Parameters: cause - the cause. |
UpdateFailedException | protected UpdateFailedException(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. |
|
|