package org.aegee.runanddine.util.data;

/**
 * Gets thrown if a connection is requested that
 * does not exist in connection manager registry
 */
public class ConnectionNotExistingException extends Exception {}
