Package net.engio.mbassy.bus.error
Class InternalPublicationError
- java.lang.Object
-
- net.engio.mbassy.bus.error.PublicationError
-
- net.engio.mbassy.bus.error.InternalPublicationError
-
public class InternalPublicationError extends PublicationError
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
Constructors Constructor Description InternalPublicationError(java.lang.Throwable cause, java.lang.String message)
InternalPublicationError(java.lang.Throwable cause, java.lang.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 Detail
-
InternalPublicationError
public InternalPublicationError(java.lang.Throwable cause, java.lang.String message, IMessagePublication publication)
-
InternalPublicationError
public InternalPublicationError(java.lang.Throwable cause, java.lang.String message)
-
-