X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=bgpmanager%2Fbgpmanager-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fbgpmanager%2Fthrift%2Fexceptions%2FBgpRouterException.java;fp=bgpmanager%2Fbgpmanager-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fbgpmanager%2Fthrift%2Fexceptions%2FBgpRouterException.java;h=ee91b116716bf9bac0d68598429a27ccd0192fa4;hb=b8d8e64ad0d1241cdbbee6f5cacc1e193d1b2b2e;hp=405dc3d8d8be7657ed6fedd93d3806040122c6e3;hpb=27b4868f514de3a28ac1b8497c9f8ae5d76ffee5;p=vpnservice.git diff --git a/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/exceptions/BgpRouterException.java b/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/exceptions/BgpRouterException.java index 405dc3d8..ee91b116 100644 --- a/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/exceptions/BgpRouterException.java +++ b/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/thrift/exceptions/BgpRouterException.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html + */ + package org.opendaylight.bgpmanager.thrift.exceptions; public class BgpRouterException extends Exception { @@ -21,6 +29,6 @@ public class BgpRouterException extends Exception { public int getErrorCode() { return errcode; } - + private int errcode; }