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:
    Serialized Form
    • Constructor Detail

      • PublishException

        public PublishException​(String message,
                                Throwable cause)
      • PublishException

        public PublishException​(String message)