| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.CommitFailedException
CommitFailedException | public class CommitFailedException extends UOWException (Code) | | This exception is thrown if a commit fails.
|
CommitFailedException | public CommitFailedException()(Code) | | Creates an exception with the errorCode.
|
CommitFailedException | public CommitFailedException(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. |
CommitFailedException | public CommitFailedException(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. |
|
|