Class InternalBuildCancelledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalBuildCancelledException
    extends java.lang.RuntimeException
    A wrapper thrown when a build action throws an exception to signal cancellation. The failure will be attached as the cause of this exception. DO NOT CHANGE THIS CLASS. It is part of the cross-version protocol.
    Since:
    2.2-rc-1
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InternalBuildCancelledException

        public InternalBuildCancelledException​(java.lang.Throwable cause)