/* *********************************************
 * Create by : Alberto "Q" Pelliccione
 * Company   : HT srl
 * Project   : AndroidService
 * Created   : 01-dec-2010
 **********************************************/

package com.android.dvci;

// TODO: Auto-generated Javadoc
/**
 * The Class RCSException.
 */
public class GeneralException extends Exception {

	/** The Constant serialVersionUID. */
	private static final long serialVersionUID = 1L;

	/**
	 * Instantiates a new RCS exception.
	 * 
	 * @param msg
	 *            the msg
	 */
	public GeneralException(final String msg) {
		super(msg);
	}
}
