| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.AlreadyLockedObjectException
AlreadyLockedObjectException | public class AlreadyLockedObjectException extends UOWException (Code) | | This exception is thrown while trying to lock a database row, which has already been locked.
|
AlreadyLockedObjectException | public AlreadyLockedObjectException()(Code) | | Creates an exception with the errorCode.
|
AlreadyLockedObjectException | public AlreadyLockedObjectException(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. |
AlreadyLockedObjectException | public AlreadyLockedObjectException(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. |
|
|