KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > webservice > jbws775 > TTextNotTranslatable


1 // This class was generated by the JAXRPC SI, do not edit.
2
// Contents subject to change without notice.
3
// JAX-RPC Standard Implementation (1.1.3, build R1)
4
// Generated source version: 1.1.3
5

6 package org.jboss.test.webservice.jbws775;
7
8
9 public class TTextNotTranslatable extends java.lang.Exception JavaDoc {
10     private java.lang.String JavaDoc text;
11     
12     
13     public TTextNotTranslatable(java.lang.String JavaDoc text) {
14         super(text);
15         this.text = text;
16     }
17     
18     public java.lang.String JavaDoc getText() {
19         return text;
20     }
21 }
22
Popular Tags