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