8 lines
172 B
Java
8 lines
172 B
Java
package remoteException;
|
|
|
|
import exception.RemoteException;
|
|
|
|
public class VersionRemoteError extends RemoteException {
|
|
private static final long serialVersionUID = 12L;
|
|
}
|