Class ListenerFailedException

All Implemented Interfaces:
Serializable

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)
      Creates a new ListenerFailedException.
      Since:
      2.5
  • Method Details

    • getCauses

      public List<? extends Throwable> getCauses()
      Returns the causes.
      Since:
      2.5