org.idoox.xmlrpc
Class MessageCreatingException

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

public class MessageCreatingException
extends MessageProcessingException

thrown if there is error during creating message

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

Constructor Summary
MessageCreatingException()
          Creates a new MessageCreatingException instance.
MessageCreatingException(java.lang.String message)
          Creates a new MessageCreatingException instance.
MessageCreatingException(java.lang.String message, java.lang.Throwable reason)
          Creates a new MessageCreatingException instance.
MessageCreatingException(java.lang.Throwable reason)
          Creates a new MessageCreatingException 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

MessageCreatingException

public MessageCreatingException()
Creates a new MessageCreatingException instance.


MessageCreatingException

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

Parameters:
message - the message

MessageCreatingException

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

Parameters:
message - the message
reason - the embedded exception

MessageCreatingException

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

Parameters:
reason - the embedded exception