1 /*2 * JBoss, the OpenSource J2EE webOS3 *4 * Distributable under LGPL license.5 * See terms of license at gnu.org.6 */7 // This class was generated by the JAXRPC SI, do not edit.8 // Contents subject to change without notice.9 // JAX-RPC Standard Implementation (1.1.2_01, build R40)10 // Generated source version: 1.1.211 12 package org.jboss.test.webservice.samples2docclient;13 14 15 public class OrderException extends Exception 16 {17 private java.lang.String message;18 19 20 public OrderException(java.lang.String message)21 {22 super(message);23 this.message = message;24 }25 26 public java.lang.String getMessage()27 {28 return message;29 }30 }31