Marked field transient 64/91064/3
authorjegadeeshbabu1 <jegabab1@in.ibm.com>
Tue, 9 Jul 2019 06:08:14 +0000 (11:38 +0530)
committerPatrick Brady <patrick.brady@att.com>
Wed, 10 Jul 2019 20:27:59 +0000 (20:27 +0000)
Handled non-serializable fields

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

index 587fbf2..0bc47b2 100644 (file)
@@ -6,6 +6,8 @@
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * =============================================================================
+ * Modification Copyright (C) 2019 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
@@ -63,7 +65,7 @@ public class RequestFailedException extends Exception {
     /**
      * The most appropriate Http Status code that reflects the error
      */
-    private HttpStatus status;
+    private transient HttpStatus status;
 
     /**
      *