Class PublishException

All Implemented Interfaces:
Serializable

public class PublishException extends GradleException

A PublishException is thrown when a dependency configuration cannot be published for some reason.

Since:
1.0
See Also:
  • Constructor Details

    • PublishException

      public PublishException(String message, Throwable cause)
      Creates a new PublishException.
      Since:
      1.0
    • PublishException

      public PublishException(String message)
      Creates a new PublishException.
      Since:
      2.0