|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
marquee.xmlrpc.XmlRpcException
The exception thrown by the XML-RPC library.
| Field Summary | |
boolean |
isRemote
Indicates if the exception ocurred locally or at the terminating XML-RPC end-point |
| Constructor Summary | |
XmlRpcException(int errorCode,
java.lang.String message)
Creates a new exception with the supplied message and supplied error code. |
|
XmlRpcException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the supplied message and supplied error code. |
|
XmlRpcException(java.lang.String message)
Creates a new exception with the supplied message and error code 0. |
|
XmlRpcException(java.lang.String message,
boolean isRemote)
Creates a new exception with the supplied message and error code 0. |
|
XmlRpcException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the supplied message and error code 0. |
|
| Method Summary | |
int |
getErrorCode()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public boolean isRemote
| Constructor Detail |
public XmlRpcException(java.lang.String message)
message - The exception message.
public XmlRpcException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The exception that caused the problem
public XmlRpcException(java.lang.String message,
boolean isRemote)
message - The exception message.isRemote - Determines if the exception ocurred locally or at the remote end-endpoint.
public XmlRpcException(int errorCode,
java.lang.String message)
errorCode - The XML-RPC error code. See specification.message - The exception message.
public XmlRpcException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
errorCode - The XML-RPC error code. See specification.message - The exception message.cause - The exception that caused the problem.| Method Detail |
public int getErrorCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||