| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.AddFailedException
All known Subclasses: org.jaffa.persistence.exceptions.PostAddFailedException, org.jaffa.persistence.exceptions.PreAddFailedException,
AddFailedException | public class AddFailedException extends UOWException (Code) | | This exception is thrown if an addition of an object to the persistent store fails.
|
AddFailedException | public AddFailedException()(Code) | | Creates an exception with the errorCode.
|
AddFailedException | public AddFailedException(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. |
AddFailedException | public AddFailedException(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. |
AddFailedException | protected AddFailedException(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. |
|
|