org.apache.xmlrpc.common
Class XmlRpcNotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
- All Implemented Interfaces:
- Serializable
public class XmlRpcNotAuthorizedException
- extends XmlRpcException
This exception must be thrown, if the user isn't authenticated.
- See Also:
- Serialized Form
XmlRpcNotAuthorizedException
public XmlRpcNotAuthorizedException(String pMessage)
- Creates a new instance with the given error message.
- Parameters:
pMessage
- The error message.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.