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, toStringprotected TillerNotAvailableException()
TillerNotAvailableException.protected TillerNotAvailableException(String message)
TillerNotAvailableException.message - a descriptive message; may be nullprotected TillerNotAvailableException(Throwable cause)
TillerNotAvailableException.cause - the Throwable responsible for this TillerNotAvailableException; may be nullprotected TillerNotAvailableException(String message, Throwable cause)
TillerNotAvailableException.message - a descriptive message; may be nullcause - the Throwable responsible for this TillerNotAvailableException; may be nullCopyright © 2017–2018, microBean. All rights reserved.