org.apache.xmlrpc.common
Class XmlRpcNotAuthorizedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xmlrpc.XmlRpcException
              extended byorg.apache.xmlrpc.common.XmlRpcNotAuthorizedException
All Implemented Interfaces:
java.io.Serializable

public class XmlRpcNotAuthorizedException
extends XmlRpcException

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
 
Constructor Summary
XmlRpcNotAuthorizedException(java.lang.String pMessage)
          Creates a new instance with the given error message.
 
Methods inherited from class org.apache.xmlrpc.XmlRpcException
printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlRpcNotAuthorizedException

public XmlRpcNotAuthorizedException(java.lang.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.