public class XmlRpcException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
cause
The underlying cause of this exception.
|
int |
code
The fault code of the exception.
|
Constructor and Description |
---|
XmlRpcException(int code,
java.lang.String message) |
XmlRpcException(int code,
java.lang.String message,
java.lang.Throwable cause)
Creates an instance with the specified message and root cause
exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the cause is nonexistent
or unknown.
|
public final int code
private java.lang.Throwable cause
public XmlRpcException(int code, java.lang.String message)
public XmlRpcException(int code, java.lang.String message, java.lang.Throwable cause)
int
- The fault code for this problem.message
- The message describing this exception.cause
- The root cause of this exception.public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.