Package net.engio.mbassy.bus.error
Class InternalPublicationError
java.lang.Object
net.engio.mbassy.bus.error.PublicationError
net.engio.mbassy.bus.error.InternalPublicationError
This type of publication error is used to communicate technical/library related errors as opposed to errors in client code, i.e. message handlers)
-
Constructor Summary
ConstructorsConstructorDescriptionInternalPublicationError
(Throwable cause, String message) InternalPublicationError
(Throwable cause, String message, IMessagePublication publication) -
Method Summary
Methods inherited from class net.engio.mbassy.bus.error.PublicationError
getCause, getHandler, getListener, getMessage, getPublishedMessage, setCause, setHandler, setListener, setMessage, setPublication, setPublishedMessage, toString
-
Constructor Details
-
InternalPublicationError
-
InternalPublicationError
-