View Javadoc

1   
2   package com.ontotext.ordi.wsmo4rdf.remote.client.src;
3   
4   import javax.xml.ws.WebFault;
5   
6   
7   /**
8    * This class was generated by the CXF 2.0.2-incubator
9    * Wed Mar 19 14:55:14 EET 2008
10   * Generated source version: 2.0.2-incubator
11   * 
12   */
13  
14  @WebFault(name = "NonExistingEntryException", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/")
15  
16  public class NonExistingEntryException_Exception extends Exception {
17      public static final long serialVersionUID = 20080319145514L;
18      
19      private com.ontotext.ordi.wsmo4rdf.remote.client.src.NonExistingEntryException nonExistingEntryException;
20  
21      public NonExistingEntryException_Exception (String message) {
22          super(message);
23      }
24  
25      public NonExistingEntryException_Exception (String message, com.ontotext.ordi.wsmo4rdf.remote.client.src.NonExistingEntryException nonExistingEntryException) {
26          super(message);
27          this.nonExistingEntryException = nonExistingEntryException;
28      }
29  
30      public NonExistingEntryException_Exception (String message, com.ontotext.ordi.wsmo4rdf.remote.client.src.NonExistingEntryException nonExistingEntryException, Throwable cause) {
31          super(message, cause);
32          this.nonExistingEntryException = nonExistingEntryException;
33      }
34  
35      public com.ontotext.ordi.wsmo4rdf.remote.client.src.NonExistingEntryException getFaultInfo() {
36          return this.nonExistingEntryException;
37      }
38  }