01: // This class was generated by the JAXRPC SI, do not edit.
02: // Contents subject to change without notice.
03: // JAX-RPC Standard Implementation (1.1.3, build R1)
04: // Generated source version: 1.1.3
05:
06: package org.jboss.test.wsrp.core;
07:
08: public class Fault extends java.lang.Exception {
09: /** The serialVersionUID */
10: private static final long serialVersionUID = 8995106946793266403L;
11:
12: public Fault() {
13: }
14: }
|