Use exception chaining where possible 58/1958/1
authorRobert Varga <rovarga@cisco.com>
Thu, 17 Oct 2013 08:07:46 +0000 (10:07 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 17 Oct 2013 08:43:41 +0000 (10:43 +0200)
commit1813b48ff07e458be494f325bbf4fb2400a7feea
treeaee976734b78ae20a88ceb9bab32d3421a84ec46
parentffc01f4d4377fbc46ff65306e33ac30c8b82f2f1
Use exception chaining where possible

Change-Id: I9c2ea18e33db4b8870091587bb0a0468bb05b73e
Signed-off-by: Robert Varga <rovarga@cisco.com>
bgp/parser-api/src/main/java/org/opendaylight/protocol/bgp/parser/BGPDocumentedException.java
bgp/parser-impl/src/main/java/org/opendaylight/protocol/bgp/parser/impl/message/BGPOpenMessageParser.java
bgp/parser-impl/src/main/java/org/opendaylight/protocol/bgp/parser/impl/message/BGPUpdateMessageParser.java
bgp/parser-impl/src/main/java/org/opendaylight/protocol/bgp/parser/impl/message/update/MPReachAttributeParser.java
bgp/parser-impl/src/main/java/org/opendaylight/protocol/bgp/parser/impl/message/update/MPUnreachAttributeParser.java
framework/src/main/java/org/opendaylight/protocol/framework/DocumentedException.java