public class TillerException extends HelmException
HelmException indicating a Tiller-related problem.| Modifier | Constructor and Description | 
|---|---|
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. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected 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 © 2017–2018, microBean. All rights reserved.