com.nexaweb.server.messaging
Class MessageDispatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nexaweb.exceptions.NexawebException
com.nexaweb.server.messaging.MessagingException
com.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
| 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 |
IO_FAILURE
public static final java.lang.String IO_FAILURE
- See Also:
- Constant Field Values
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.