Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / PbbEntrySerializerTest.java
index 424b1036bf0402ad7c954b78aa14cbdec352d548..733b81b7e32ab6cc648aac9028395cbf7680c29b 100644 (file)
@@ -23,7 +23,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class PbbEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final long pbbId = 6789;
         final byte[] pbbIdMask = new byte[] { 0, 15, 10 };