You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Projet_JAVA_P2P_STRI2A/src/remoteException/NotATracker.java

8 lines
175 B
Java

package remoteException;
import exception.RemoteException;
public class NotATracker extends exception.RemoteException {
private static final long serialVersionUID = 12L;
}