* @param clue the given clue that is provided
* @throws PoolException as the clue parameter is not managed.
* @return nothing as there is an exception thrown
*/
public PoolType get(final Long clue) throws PoolException {
throw new PoolException("No clue are managed by this wrapper");
}