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