org.opennms.spring.xmlrpc
Class XmlRpcServiceExporter.MsgPreservingXmlRpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xmlrpc.XmlRpcException
              extended by org.opennms.spring.xmlrpc.XmlRpcServiceExporter.MsgPreservingXmlRpcException
All Implemented Interfaces:
Serializable
Enclosing class:
XmlRpcServiceExporter

public static class XmlRpcServiceExporter.MsgPreservingXmlRpcException
extends org.apache.xmlrpc.XmlRpcException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code
 
Constructor Summary
XmlRpcServiceExporter.MsgPreservingXmlRpcException(int code, String message)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.xmlrpc.XmlRpcException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlRpcServiceExporter.MsgPreservingXmlRpcException

public XmlRpcServiceExporter.MsgPreservingXmlRpcException(int code,
                                                          String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2009. All Rights Reserved.