| org.jaffa.persistence.exceptions.UOWException org.jaffa.persistence.exceptions.ReadOnlyObjectException
ReadOnlyObjectException | public class ReadOnlyObjectException extends UOWException (Code) | | This exception is thrown if a ReadOnly persistent object is updated.
|
ReadOnlyObjectException | public ReadOnlyObjectException()(Code) | | Creates an exception with the errorCode.
|
ReadOnlyObjectException | public ReadOnlyObjectException(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. |
ReadOnlyObjectException | public ReadOnlyObjectException(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. |
|
|