org.apache.xmlrpc.common

Class XmlRpcExtensionException


public class XmlRpcExtensionException
extends XmlRpcException

This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.

Field Summary

Fields inherited from class org.apache.xmlrpc.XmlRpcException

code, linkedException

Constructor Summary

XmlRpcExtensionException(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

XmlRpcExtensionException

public XmlRpcExtensionException(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.