Adhered serializable class contracts 15/90915/3
authorjegadeeshbabu1 <jegabab1@in.ibm.com>
Thu, 4 Jul 2019 16:12:37 +0000 (21:42 +0530)
committerPatrick Brady <patrick.brady@att.com>
Wed, 10 Jul 2019 20:27:50 +0000 (20:27 +0000)
Marked member transient

Issue-ID: APPC-1634
Change-Id: I7bbbf941e692c2755122f3d40a7ca79c59f21749
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/java/org/onap/appc/adapter/iaas/impl/RequestFailedException.java

index d2bf095..5f88770 100644 (file)
@@ -6,6 +6,8 @@
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * =============================================================================
+ * Modification Copyright (C) 2017 IBM
+ * =============================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -70,7 +72,7 @@ public class RequestFailedException extends Exception {
     /**
      * The most appropriate Http Status code that reflects the error
      */
-    private HttpStatus status;
+    private transient HttpStatus status;
 
     /**
      *