public class XMLRPCFault extends Exception
Constructor and Description |
---|
XMLRPCFault(int code,
String string)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Get the fault code.
|
String |
getString()
Get the fault string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLRPCFault(int code, String string)
code
- Fault code.string
- Fault string.public int getCode()
public String getString()
Copyright © 1999–2017 Apache OODT. All rights reserved.