com.nexaweb.server.messaging
Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nexaweb.exceptions.NexawebException
com.nexaweb.server.messaging.MessagingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MessageDispatchException
- public abstract class MessagingException
- extends NexawebException
This is the base exception for all exceptions that may be thrown
from Messaging components.
- See Also:
- 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 |
MessagingException
public MessagingException(java.lang.String msgId)
MessagingException
public MessagingException(java.lang.String msgId,
java.lang.String arg)
MessagingException
public MessagingException(java.lang.String msgId,
java.lang.String[] args)
MessagingException
public MessagingException(java.lang.String msgId,
java.lang.Throwable t)
MessagingException
public MessagingException(java.lang.String msgId,
java.lang.String arg,
java.lang.Throwable t)
MessagingException
public MessagingException(java.lang.String msgId,
java.lang.String[] args,
java.lang.Throwable t)
Copyright © 2005 Nexaweb Technologies, Inc. All Rights Reserved.