Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
public class XmlRpcNotAuthorizedException
extends XmlRpcException
Field Summary |
Fields inherited from class org.apache.xmlrpc.XmlRpcException | |
code , linkedException |
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.apache.xmlrpc.XmlRpcException | |
getCause , printStackTrace , printStackTrace |
public XmlRpcNotAuthorizedException(String pMessage)
Creates a new instance with the given error message.
- Parameters:
pMessage
- The error message.