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