Class BuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.buildpack.platform.build.BuilderException
All Implemented Interfaces:
Serializable

public class BuilderException extends RuntimeException
Exception thrown to indicate a Builder error.
Since:
2.3.0
Author:
Scott Frederick
See Also:
  • Method Details

    • getOperation

      public String getOperation()
      Return the Builder operation that failed.
      Returns:
      the operation description
    • getStatusCode

      public int getStatusCode()
      Return the status code returned from a Builder operation.
      Returns:
      the statusCode the status code