public class XMLRPCServerException extends XMLRPCException
| Constructor and Description |
|---|
XMLRPCServerException(java.lang.String ex,
int errnr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorNr()
Return the error number.
|
java.lang.String |
getMessage()
Returns the detail message string of this throwable.
|
public XMLRPCServerException(java.lang.String ex,
int errnr)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic int getErrorNr()