Removed custom exception candy

This commit is contained in:
2024-05-12 13:36:47 -04:00
parent 7335946c10
commit 634f1478ce
142 changed files with 181 additions and 327 deletions
@@ -10,7 +10,6 @@
package engine.net.client.msg;
import engine.exception.SerializationException;
import engine.net.AbstractConnection;
import engine.net.ByteBufferReader;
import engine.net.ByteBufferWriter;
@@ -62,7 +61,7 @@ public class ReqBankInventoryMsg extends ClientNetMsg {
* Serializes the subclass specific items from the supplied NetMsgReader.
*/
@Override
protected void _serialize(ByteBufferWriter writer) throws SerializationException {
protected void _serialize(ByteBufferWriter writer) {
writer.putInt(playerType);
writer.putInt(playerID);
writer.putLong(unknown01);