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