Class BuildNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BuildNotFoundException
    extends java.lang.RuntimeException
    Thrown if build does not exist.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SBuildType getBuildType()  
      • 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

      • BuildNotFoundException

        public BuildNotFoundException​(java.lang.String message)
      • BuildNotFoundException

        public BuildNotFoundException​(@NotNull
                                      java.lang.String message,
                                      @Nullable
                                      SBuildType buildType)
    • Method Detail

      • getBuildType

        @Nullable
        public SBuildType getBuildType()
        Returns:
        build configuration where build lookup was performed, if any. Returns null if build configuration is unknown.