Package | Description |
---|---|
org.opendaylight.protocol.bgp.parser | |
org.opendaylight.protocol.bgp.rib.spi |
Modifier and Type | Method and Description |
---|---|
static BGPError |
BGPError.forValue(int code,
int subcode) |
BGPError |
BGPDocumentedException.getError()
Returns specific documented error.
|
static BGPError |
BGPError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BGPError[] |
BGPError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BGPDocumentedException(BGPError error)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error,
byte[] data)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error,
byte[] data,
Exception cause)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error,
Exception cause)
Used when an error occurred that is described in an RFC or a draft.
|
Constructor and Description |
---|
BGPTerminationReason(BGPError error) |
Copyright © 2018 OpenDaylight. All rights reserved.