package org.msh.etbm.rest.exceptions;

/**
 * Exception thrown by REST API to indicate that request was not valid
 * Created by rmemoria on 29/5/15.
 */
public class BadRequestException extends RuntimeException {
}
