Package overit.geocall.event.exception
Class MessageDispatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
overit.geocall.event.exception.MessageDispatchException
- All Implemented Interfaces:
Serializable
MessageDispatchException acts as a wrapper for all the possible exceptions thrown by the various implementations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessageDispatchException(Exception exception) MessageDispatchException(String message) MessageDispatchException(String message, Exception exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageDispatchException
-
MessageDispatchException
-
MessageDispatchException
-