public class ProjectBuildingException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
projectId |
Constructor and Description |
---|
ProjectBuildingException(java.lang.String projectId,
java.lang.String message) |
ProjectBuildingException(java.lang.String projectId,
java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getProjectId() |