org.apache.xmlrpc.common

Class XmlRpcNotAuthorizedException


public class XmlRpcNotAuthorizedException
extends XmlRpcException

This exception must be thrown, if the user isn't authenticated.

Field Summary

Fields inherited from class org.apache.xmlrpc.XmlRpcException

code, linkedException

Constructor Summary

XmlRpcNotAuthorizedException(String pMessage)
Creates a new instance with the given error message.

Method Summary

Methods inherited from class org.apache.xmlrpc.XmlRpcException

getCause, printStackTrace, printStackTrace

Constructor Details

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.