Class InternalBuildActionFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalBuildActionFailureException
    extends java.lang.RuntimeException
    A wrapper thrown when a build action fails with an exception. 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:
    1.8-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

      • InternalBuildActionFailureException

        public InternalBuildActionFailureException​(java.lang.Throwable cause)