com.nexaweb.server.messaging
Class MessageDispatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.nexaweb.exceptions.NexawebException
              extended bycom.nexaweb.server.messaging.MessagingException
                  extended bycom.nexaweb.server.messaging.MessageDispatchException
All Implemented Interfaces:
java.io.Serializable

public class MessageDispatchException
extends MessagingException

MessageDispatchExceptions are thrown from the methods of MessagingService when messages can't be dispatched.

Dispatch failures may result from IOExceptions or configuration problems.

See Also:
MessagingService, Serialized Form

Field Summary
static java.lang.String IO_FAILURE
           
 
Constructor Summary
MessageDispatchException(java.lang.String msgId)
           
MessageDispatchException(java.lang.String msgId, java.lang.String arg)
           
MessageDispatchException(java.lang.String msgId, java.lang.String[] args)
           
MessageDispatchException(java.lang.String msgId, java.lang.String arg, java.lang.Throwable t)
           
MessageDispatchException(java.lang.String msgId, java.lang.Throwable t)
           
 
Methods inherited from class com.nexaweb.exceptions.NexawebException
enableShortStackTrace, getCausalThrowable, getLocalizedMessage, getMessage, getMessageId, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IO_FAILURE

public static final java.lang.String IO_FAILURE
See Also:
Constant Field Values
Constructor Detail

MessageDispatchException

public MessageDispatchException(java.lang.String msgId)

MessageDispatchException

public MessageDispatchException(java.lang.String msgId,
                                java.lang.String arg)

MessageDispatchException

public MessageDispatchException(java.lang.String msgId,
                                java.lang.String[] args)

MessageDispatchException

public MessageDispatchException(java.lang.String msgId,
                                java.lang.Throwable t)

MessageDispatchException

public MessageDispatchException(java.lang.String msgId,
                                java.lang.String arg,
                                java.lang.Throwable t)


Copyright © 2005 Nexaweb Technologies, Inc. All Rights Reserved.