public class TillerException extends HelmException
HelmException indicating a Tiller-related problem.| 限定符 | 构造器和说明 |
|---|---|
protected |
TillerException()
Creates a new
TillerException. |
protected |
TillerException(String message)
Creates a new
TillerException. |
protected |
TillerException(String message,
Throwable cause)
Creates a new
TillerException. |
protected |
TillerException(Throwable cause)
Creates a new
TillerException. |
protected TillerException()
TillerException.protected TillerException(String message)
TillerException.message - a descriptive message; may be nullprotected TillerException(Throwable cause)
TillerException.cause - the Throwable responsible for this TillerException; may be nullprotected TillerException(String message, Throwable cause)
TillerException.message - a descriptive message; may be nullcause - the Throwable responsible for this TillerException; may be nullCopyright © 2022. All rights reserved.