01: package net.xoetrope.optional.service; 02: 03: /** 04: * <p>Copyright (c) Xoetrope Ltd. 2001-2003</p> 05: * $Revision: 1.1 $ 06: */ 07: public class XServiceProxyNotFoundException extends Exception { 08: public XServiceProxyNotFoundException() { 09: } 10: }