Cleanup of state managers' interfaces (constructor and init).
[packetcable.git] / packetcable-driver / src / main / java / org / pcmm / PCMMPdpMsgSender.java
index 6ed55206509efd316a63d8dae7ed4db66f48da46..da1be394e942e58a769efcfd80103bb30045b6c2 100644 (file)
@@ -65,13 +65,12 @@ public class PCMMPdpMsgSender extends COPSMsgSender {
      * @param sock
      *            Socket to the PEP
      */
-    public PCMMPdpMsgSender(final short clientType, final COPSHandle clientHandle, final Socket sock)
-            throws COPSPdpException {
+    public PCMMPdpMsgSender(final short clientType, final COPSHandle clientHandle, final Socket sock) {
         this(clientType, (short)0, clientHandle, sock);
     }
 
     public PCMMPdpMsgSender(final short clientType, final short tID, final COPSHandle clientHandle,
-                            final Socket sock) throws COPSPdpException {
+                            final Socket sock) {
         super(clientType, clientHandle, sock);
         _transactionID = tID;
         _classifierID = 0;