public class DFUExceptionWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_code |
protected String |
local_message |
| Constructor and Description |
|---|
DFUExceptionWrapper() |
DFUExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.DFUException dfuexception) |
DFUExceptionWrapper(int _code,
String _message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMessage() |
org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.DFUException |
getRaw() |
void |
setCode(int _code) |
void |
setMessage(String _message) |
String |
toString() |
protected int local_code
protected String local_message
public DFUExceptionWrapper()
public DFUExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.DFUException dfuexception)
public DFUExceptionWrapper(int _code,
String _message)
Copyright © 2021. All rights reserved.