org.apache.xmlrpc.common

Class XmlRpcNotAuthorizedException

public class XmlRpcNotAuthorizedException extends XmlRpcException

This exception must be thrown, if the user isn't authenticated.
Constructor Summary
XmlRpcNotAuthorizedException(String pMessage)
Creates a new instance with the given error message.

Constructor Detail

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.