source: EDIS/trunk/java/tracking-server-vista/src/main/java/gov/va/med/edp/vistalink/VistaLinkRpcNotOkForProxyUseException.java@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 316 bytes
Line 
1package gov.va.med.edp.vistalink;
2
3import gov.va.med.vistalink.rpc.RpcNotOkForProxyUseException;
4
5public class VistaLinkRpcNotOkForProxyUseException extends VistaLinkInvalidUsageException {
6 public VistaLinkRpcNotOkForProxyUseException(RpcNotOkForProxyUseException fault) {
7 super(fault);
8 }
9}
Note: See TracBrowser for help on using the repository browser.