Class ListenerFailedException

All Implemented Interfaces:
Serializable

@Incubating public class ListenerFailedException extends GradleConnectionException
Thrown whenever a listener fails with an exception, which in general implies that the build completed like it should, but that one of the listeners failed with an exception.
Since:
2.5
See Also:
  • Constructor Details

    • ListenerFailedException

      public ListenerFailedException(String message, List<? extends Throwable> failures)
  • Method Details