package net.ihe.xcpd.resp.action;

import javax.xml.soap.SOAPException;

/**
 * 
 * @author abderrazek boufahja
 *
 */
public class ValidationException extends SOAPException {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;
    
    public ValidationException(){
        super("Your request is not conform to epSOS. Please validate first your request using EVS tools.");
        System.out.println("Your request is not conform to epSOS. Please validate first your request using EVS tools.");
    }
    

}
