/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.jecars;
/**
*
* @author weert
*/
publicclass CARS_RESTMethodHandled extends CARS_CustomException {
public CARS_RESTMethodHandled() {
super("");
}
}