package org.mxchange.jshopcore.model.basket;
import java.io.Serializable;
-import java.rmi.RemoteException;
import java.util.Map;
import javax.ejb.Remote;
import org.mxchange.jshopcore.exceptions.BasketItemAlreadyAddedException;
* Checks if the basket is empty
*
* @return Whether the basket is empty
- * @throws java.rmi.RemoteException If something bad happens
*/
- public boolean isEmpty () throws RemoteException;
+ public boolean isEmpty ();
/**
* Checks whether the given product as already been added. If the product's