Groovy Documentation

org.gradle.api.artifacts
[Java] Class PublishException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.artifacts.PublishException

@Contextual
public class PublishException
extends GradleException

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


Constructor Summary
PublishException(String message, Throwable cause)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

PublishException

public PublishException(String message, Throwable cause)


 

Gradle API 1.8