public class TillerNotAvailableException extends TillerException
TillerException
indicating a Tiller-related health
problem.Modifier | Constructor and Description |
---|---|
protected |
TillerNotAvailableException()
Creates a new
TillerNotAvailableException . |
protected |
TillerNotAvailableException(String message)
Creates a new
TillerNotAvailableException . |
protected |
TillerNotAvailableException(String message,
Throwable cause)
Creates a new
TillerNotAvailableException . |
protected |
TillerNotAvailableException(Throwable cause)
Creates a new
TillerNotAvailableException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected TillerNotAvailableException()
TillerNotAvailableException
.protected TillerNotAvailableException(String message)
TillerNotAvailableException
.message
- a descriptive message; may be null
protected TillerNotAvailableException(Throwable cause)
TillerNotAvailableException
.cause
- the Throwable
responsible for this TillerNotAvailableException
; may be null
protected TillerNotAvailableException(String message, Throwable cause)
TillerNotAvailableException
.message
- a descriptive message; may be null
cause
- the Throwable
responsible for this TillerNotAvailableException
; may be null
Copyright © 2017–2018, microBean. All rights reserved.