InvalidPacketException.java :  » Game » cs544-checkers » egs » packets » Java Open Source

Java Open Source » Game » cs544 checkers 
cs544 checkers » egs » packets » InvalidPacketException.java
package egs.packets;

import java.io.IOException;

public class InvalidPacketException extends java.io.IOException {

  public InvalidPacketException(String message){
    super(message);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.