Class XmlRpcExtensionException

All Implemented Interfaces:
Serializable

public class XmlRpcExtensionException extends XmlRpcException
This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.
See Also:
  • Field Details

  • Constructor Details

    • XmlRpcExtensionException

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