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