public class TillerNotAvailableException extends TillerException
TillerException indicating a Tiller-related health
problem.| 限定符 | 构造器和说明 |
|---|---|
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. |
protected 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 © 2021. All rights reserved.