aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Expand)AuthorFilesLines
2018-09-07Merge "Bump OOF image versions to 1.2.1"Mandeep Khinda2-2/+2
2018-09-06Merge "Fix from robot testing and resolve merge"Mandeep Khinda11-21/+48
2018-09-06Fix from robot testing and resolve mergeBrian Freeman11-21/+48
2018-09-06Merge "APPC ConfigMap Labelling"Mandeep Khinda2-1/+56
/**
 *
 *     Copyright (c) 2017 Orange.  All rights reserved.
 *
 *     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
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 *     Unless required by applicable law or agreed to in writing, software
 *     distributed under the License is distributed on an "AS IS" BASIS,
 *     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *     See the License for the specific language governing permissions and
 *     limitations under the License.
 */
package org.onap.nbi.exceptions;

import org.springframework.http.HttpStatus;

public class BackendFunctionalException extends ApiException {

    private HttpStatus httpStatus;

    public BackendFunctionalException(HttpStatus httpStatus, String message) {
        super(message);
        this.httpStatus = httpStatus;
    }

    public BackendFunctionalException() {
        super();
    }

    public HttpStatus getHttpStatus() {
        return httpStatus;
    }

}
='insertions'>+3
2018-09-04Merge "Apache 2 license addition for log"Mandeep Khinda30-6/+148
2018-09-04Merge "Apache 2 License updation for common,helm,robot,so"Mandeep Khinda28-0/+344
2018-09-04Apache 2 License updation for common,helm,robot,sovaibhavjayas28-0/+344
2018-09-04Apache 2 license addition for logMukul30-6/+148
2018-08-31Merge "OOM installation enable VID via HTTPS"Mandeep Khinda3-3/+3
2018-08-31Merge "VID MSO client - enable HTTPS"Mandeep Khinda2-2/+2
2018-08-30Merge "OOM changes to support PE https"Mandeep Khinda10-46/+54
2018-08-30Merge "Add APPC ansible server pod to OOM chart"Mandeep Khinda9-1/+340
2018-08-30Merge "License Addition task UUI , VNFSDK , MSB , NBI"Mandeep Khinda57-6/+668
2018-08-30Merge "Apache2 License addition"Mandeep Khinda295-2944/+4750
2018-08-30Apache2 License additiontoshrajbhardwaj295-2944/+4750
2018-08-30License Addition task UUI , VNFSDK , MSB , NBIPrateekinlinux57-6/+668
2018-08-30Add APPC ansible server pod to OOM chartAaron Hay9-1/+340
2018-08-30Merge "DMaaP Data Router integration into OOM"Mandeep Khinda36-3/+1768
2018-08-30Merge "Kafka image changes"Mandeep Khinda3-12/+10
2018-08-30Merge "Update DCAE container versions"Mandeep Khinda3-103/+100
2018-08-30Kafka image changessunil unnava3-12/+10
2018-08-30Update DCAE container versionsJack Lucas3-103/+100
2018-08-30Add support for ODL Oxygen vSR3 and karaf v4Aaron Hay1-2/+2
2018-08-30OOM changes to support PE httpsMichael Mokry10-46/+54
2018-08-30DMaaP Data Router integration into OOMFiachra Corcoran36-3/+1768
2018-08-29Add config file for pkcs11Manjunath Ranganathaiah1-0/+1
2018-08-29Add Pomba Data Router to OOMJennie Jia19-0/+573
2018-08-29Merge "Example of NFS storage class for netbox chart"Mandeep Khinda6-34/+13
2018-08-29fixing make error?Mandeep Khinda8-91/+70
2018-08-29Merge "Added external-key and resource-name custom fields"Jerome Doucerain1-66/+18