Class BuildExceptionVersion1

  • All Implemented Interfaces:
    java.io.Serializable

    public class BuildExceptionVersion1
    extends java.lang.RuntimeException
    A wrapper around a build failure, to distinguish it from an infrastructure failure. The details of the failure are made available in the cause of this exception. DO NOT CHANGE THIS CLASS. It is part of the cross-version protocol.
    Since:
    1.0-milestone-3
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildExceptionVersion1​(java.lang.Throwable throwable)  
    • 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

      • BuildExceptionVersion1

        public BuildExceptionVersion1​(java.lang.Throwable throwable)