diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-11-22 15:38:23 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-11-22 15:38:26 +0100 |
commit | ca6abb7ac148362b74d29c062df80d0ad67e723f (patch) | |
tree | 859f34f4f929dd09a541b8d58f3ad3792a07bd89 /pom.xml | |
parent | 0827063002d7fc50b787f1e5f6bbbbdc09802787 (diff) |
Make fields of UpdateFailedException transient
Exceptions are Serializable.
Fields of Serializable class must be either Serializable or transient.
But DataObjects are not serializable, and there is really no reason to
serialize UpdateFailedException.
This patch excludes fields of the UpdateFailedException
from serialization process to fix Sonar warnings.
Change-Id: I1eb9408289241bb4fe6f712ed9208f8460eef317
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions