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:
  • Field Details

  • Constructor Details

    • XmlRpcNotAuthorizedException

      public XmlRpcNotAuthorizedException(String pMessage)
      Creates a new instance with the given error message.
      Parameters:
      pMessage - The error message.