Class 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 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)