Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC4J-583 Update filespray and dfuxref clients to 9.6.x #695

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
/**
* EspSoapFault.java
*
* <p>This file was auto-generated from WSDL by the Apache Axis2 version: 1.8.1 Built on : Jun 07,
* 2022 (03:46:59 EDT)
*/
package org.hpccsystems.ws.client.gen.axis2.wscloud.latest;

public class EspSoapFault extends java.lang.Exception {

private static final long serialVersionUID = 1686863056573L;

private org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions faultMessage;

public EspSoapFault() {
super("EspSoapFault");
}

public EspSoapFault(java.lang.String s) {
super(s);
}

public EspSoapFault(java.lang.String s, java.lang.Throwable ex) {
super(s, ex);
}

public EspSoapFault(java.lang.Throwable cause) {
super(cause);
}

public void setFaultMessage(org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions msg) {
faultMessage = msg;
}

public org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions getFaultMessage() {
return faultMessage;
}
}
/**
* EspSoapFault.java
*
* <p>This file was auto-generated from WSDL by the Apache Axis2 version: 1.8.1 Built on : Jun 07,
* 2022 (03:46:59 EDT)
*/
package org.hpccsystems.ws.client.gen.axis2.wscloud.latest;
public class EspSoapFault extends java.lang.Exception {
private static final long serialVersionUID = 1710381997019L;
private org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions faultMessage;
public EspSoapFault() {
super("EspSoapFault");
}
public EspSoapFault(java.lang.String s) {
super(s);
}
public EspSoapFault(java.lang.String s, java.lang.Throwable ex) {
super(s, ex);
}
public EspSoapFault(java.lang.Throwable cause) {
super(cause);
}
public void setFaultMessage(org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions msg) {
faultMessage = msg;
}
public org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions getFaultMessage() {
return faultMessage;
}
}
Loading
Loading