org.idoox.xmlrpc
Class MessageProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.idoox.xmlrpc.MessageProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MessageCreatingException

public class MessageProcessingException
extends WrappedException

thrown if there is an error during parsing message

Since:
4.0
See Also:
WrappedException, Serialized Form
Component:
Core

Constructor Summary
MessageProcessingException()
          Creates a new MessageProcessingException instance.
MessageProcessingException(java.lang.String message)
          Creates a new MessageProcessingException instance.
MessageProcessingException(java.lang.String message, java.lang.Throwable reason)
          Creates a new MessageProcessingException instance.
MessageProcessingException(java.lang.Throwable reason)
          Creates a new MessageProcessingException instance.
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageProcessingException

public MessageProcessingException()
Creates a new MessageProcessingException instance.


MessageProcessingException

public MessageProcessingException(java.lang.String message)
Creates a new MessageProcessingException instance.

Parameters:
message - the message

MessageProcessingException

public MessageProcessingException(java.lang.String message,
                                  java.lang.Throwable reason)
Creates a new MessageProcessingException instance.

Parameters:
message - the message
reason - the embedded exception

MessageProcessingException

public MessageProcessingException(java.lang.Throwable reason)
Creates a new MessageProcessingException instance.

Parameters:
reason - the embedded exception