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 = "ORDIException", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/")
15  
16  public class ORDIException_Exception extends Exception {
17      public static final long serialVersionUID = 20080319145511L;
18      
19      private com.ontotext.ordi.wsmo4rdf.remote.client.conn.ORDIException ordiException;
20  
21      public ORDIException_Exception (String message) {
22          super(message);
23      }
24  
25      public ORDIException_Exception (String message, com.ontotext.ordi.wsmo4rdf.remote.client.conn.ORDIException ordiException) {
26          super(message);
27          this.ordiException = ordiException;
28      }
29  
30      public ORDIException_Exception (String message, com.ontotext.ordi.wsmo4rdf.remote.client.conn.ORDIException ordiException, Throwable cause) {
31          super(message, cause);
32          this.ordiException = ordiException;
33      }
34  
35      public com.ontotext.ordi.wsmo4rdf.remote.client.conn.ORDIException getFaultInfo() {
36          return this.ordiException;
37      }
38  }