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.

See Also:
  • Constructor Details

    • PublishException

      public PublishException(String message, Throwable cause)
    • PublishException

      public PublishException(String message)