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 MissingParametersFault extends Fault {
09: /** The serialVersionUID */
10: private static final long serialVersionUID = -7752633948105062645L;
11:
12: public MissingParametersFault() {
13: }
14: }
|