|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.common.XmlRpcExtensionException
public class XmlRpcExtensionException
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(java.lang.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 |
|---|
fillInStackTrace, 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 |
|---|
public XmlRpcExtensionException(java.lang.String pMessage)
pMessage - The error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||