Package org.apache.xmlrpc.common
Class XmlRpcExtensionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xmlrpc.XmlRpcException
-
- org.apache.xmlrpc.common.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
-
-
Constructor Summary
Constructors Constructor Description 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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlRpcExtensionException
public XmlRpcExtensionException(String pMessage)
Creates a new instance with the given error message.- Parameters:
pMessage
- The error message.
-
-