Class MessageDispatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
overit.geocall.event.exception.MessageDispatchException
All Implemented Interfaces:
Serializable

public class MessageDispatchException extends Exception
MessageDispatchException acts as a wrapper for all the possible exceptions thrown by the various implementations.
See Also:
  • Constructor Details

    • MessageDispatchException

      public MessageDispatchException(Exception exception)
    • MessageDispatchException

      public MessageDispatchException(String message)
    • MessageDispatchException

      public MessageDispatchException(String message, Exception exception)