Refactor dispatch method of ResponseDispatcher to be unchecked #223
+7
@@ -0,0 +1,7 @@
|
|||||||
|
package ch.unibas.dmi.dbis.cs108.casono.server.network.protocol.response.dispatcher;
|
||||||
|
|
||||||
|
public class ResponseDispatchException extends RuntimeException {
|
||||||
|
public ResponseDispatchException(String message, Throwable cause) {
|
||||||
|
super(message, cause);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user