Class NoRunningBuildException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoRunningBuildException
    extends java.lang.RuntimeException
    Information on failure of getting current build (no build currently running or build id mismatch)
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActualBuildId()  
      java.lang.String getExpectedBuildId()  
      • 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

      • NoRunningBuildException

        public NoRunningBuildException()
      • NoRunningBuildException

        public NoRunningBuildException​(@NotNull
                                       java.lang.String expectedBuildId,
                                       @Nullable
                                       java.lang.String actualBuildId)
    • Method Detail

      • getExpectedBuildId

        @NotNull
        public java.lang.String getExpectedBuildId()
      • getActualBuildId

        @Nullable
        public java.lang.String getActualBuildId()