View Javadoc

1   
2   package com.ontotext.ordi.wsmo4rdf.remote.client.conn;
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:11 EET 2008
10   * Generated source version: 2.0.2-incubator
11   * 
12   */
13  
14  @WebFault(name = "SynchronisationException", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/")
15  
16  public class SynchronisationException_Exception extends Exception {
17      public static final long serialVersionUID = 20080319145511L;
18      
19      private com.ontotext.ordi.wsmo4rdf.remote.client.conn.SynchronisationException synchronisationException;
20  
21      public SynchronisationException_Exception (String message) {
22          super(message);
23      }
24  
25      public SynchronisationException_Exception (String message, com.ontotext.ordi.wsmo4rdf.remote.client.conn.SynchronisationException synchronisationException) {
26          super(message);
27          this.synchronisationException = synchronisationException;
28      }
29  
30      public SynchronisationException_Exception (String message, com.ontotext.ordi.wsmo4rdf.remote.client.conn.SynchronisationException synchronisationException, Throwable cause) {
31          super(message, cause);
32          this.synchronisationException = synchronisationException;
33      }
34  
35      public com.ontotext.ordi.wsmo4rdf.remote.client.conn.SynchronisationException getFaultInfo() {
36          return this.synchronisationException;
37      }
38  }