package exception;

public class ExceptionAttribute extends ExceptionUml {

	/**
	 * Generated serial ID
	 */
	private static final long serialVersionUID = 6791963714340311531L;

	public ExceptionAttribute(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

}
