Class ClientFailEvent

    • Constructor Detail

      • ClientFailEvent

        public ClientFailEvent​(ClientConfiguration cfg,
                               Throwable throwable)
        Parameters:
        cfg - Client configuration.
        throwable - Throwable that caused the failure.
    • Method Detail

      • throwable

        public Throwable throwable()
        Returns:
        A cause of the failure.