Remove redundant exception declarations
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / BarrierReplyMessageFactoryTest.java
index a87549dcf2b4130392fb3c8369aca2d6e1374f59..0e3020796a3c6afaf8375c58bc5f3d9a89d3fb97 100644 (file)
@@ -30,7 +30,7 @@ public class BarrierReplyMessageFactoryTest {
     private OFSerializer<BarrierOutput> factory;
 
     @Before
-    public void startUp() throws Exception {
+    public void startUp() {
         SerializerRegistry registry = new SerializerRegistryImpl();
         registry.init();
         factory = registry.getSerializer(new MessageTypeKey<>(EncodeConstants.OF13_VERSION_ID, BarrierOutput.class));