public abstract class HelmException extends RuntimeException
RuntimeException indicating a general Helm- or
 Tiller-related problem.| Modifier | Constructor and Description | 
|---|---|
protected  | 
HelmException()
Creates a new  
HelmException. | 
protected  | 
HelmException(String message)
Creates a new  
HelmException. | 
protected  | 
HelmException(String message,
             Throwable cause)
Creates a new  
HelmException. | 
protected  | 
HelmException(Throwable cause)
Creates a new  
HelmException. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected HelmException()
HelmException.protected HelmException(String message)
HelmException.message - a descriptive message; may be nullprotected HelmException(Throwable cause)
HelmException.cause - the Throwable responsible for this HelmException; may be nullprotected HelmException(String message, Throwable cause)
HelmException.message - a descriptive message; may be nullcause - the Throwable responsible for this HelmException; may be nullCopyright © 2017–2018, microBean. All rights reserved.