public class BgpRouterException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
BgpRouterException.Function |
Modifier and Type | Field and Description |
---|---|
static int |
BGP_ERR_ACTIVE |
static int |
BGP_ERR_COMMON_FAILURE |
static int |
BGP_ERR_FAILED |
static int |
BGP_ERR_IN_ITER |
static int |
BGP_ERR_INACTIVE |
static int |
BGP_ERR_INITED |
static int |
BGP_ERR_NOT_INITED |
static int |
BGP_ERR_NOT_ITER |
static int |
BGP_ERR_NOT_SUPPORTED |
static int |
BGP_ERR_PARAM |
Constructor and Description |
---|
BgpRouterException(BgpRouterException.Function func,
int cause) |
BgpRouterException(int cause) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
BgpRouterException.Function |
getFunctionCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final int BGP_ERR_INITED
public static final int BGP_ERR_NOT_INITED
public static final int BGP_ERR_IN_ITER
public static final int BGP_ERR_COMMON_FAILURE
public static final int BGP_ERR_FAILED
public static final int BGP_ERR_ACTIVE
public static final int BGP_ERR_INACTIVE
public static final int BGP_ERR_NOT_ITER
public static final int BGP_ERR_PARAM
public static final int BGP_ERR_NOT_SUPPORTED
public BgpRouterException(BgpRouterException.Function func, int cause)
public BgpRouterException(int cause)
public int getErrorCode()
public BgpRouterException.Function getFunctionCode()
Copyright © 2019 OpenDaylight. All rights reserved.