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, toString
protected HelmException()
HelmException
.protected HelmException(String message)
HelmException
.message
- a descriptive message; may be null
protected HelmException(Throwable cause)
HelmException
.cause
- the Throwable
responsible for this HelmException
; may be null
protected HelmException(String message, Throwable cause)
HelmException
.message
- a descriptive message; may be null
cause
- the Throwable
responsible for this HelmException
; may be null
Copyright © 2017–2018, microBean. All rights reserved.