public class ChartException extends HelmException
HelmException indicating that there is a problem with a
Helm chart.| 构造器和说明 |
|---|
ChartException()
Creates a new
ChartException. |
ChartException(String message)
Creates a new
ChartException. |
ChartException(String message,
Throwable cause)
Creates a new
ChartException. |
ChartException(Throwable cause)
Creates a new
ChartException. |
public ChartException()
ChartException.public ChartException(String message)
ChartException.message - a descriptive message; may be nullpublic ChartException(Throwable cause)
ChartException.cause - the Throwable responsible for this ChartException; may be nullpublic ChartException(String message, Throwable cause)
ChartException.message - a descriptive message; may be nullcause - the Throwable responsible for this ChartException; may be nullCopyright © 2022. All rights reserved.