类 TillerNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.microbean.helm.HelmException
-
- org.microbean.helm.TillerException
-
- org.microbean.helm.TillerNotAvailableException
-
- 所有已实现的接口:
Serializable
public class TillerNotAvailableException extends TillerException
ATillerExceptionindicating a Tiller-related health problem.- 作者:
- Laird Nelson
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 限定符 构造器 说明 protectedTillerNotAvailableException()Creates a newTillerNotAvailableException.protectedTillerNotAvailableException(String message)Creates a newTillerNotAvailableException.protectedTillerNotAvailableException(String message, Throwable cause)Creates a newTillerNotAvailableException.protectedTillerNotAvailableException(Throwable cause)Creates a newTillerNotAvailableException.
-
方法概要
-
-
-
构造器详细资料
-
TillerNotAvailableException
protected TillerNotAvailableException()
Creates a newTillerNotAvailableException.
-
TillerNotAvailableException
protected TillerNotAvailableException(String message)
Creates a newTillerNotAvailableException.- 参数:
message- a descriptive message; may benull
-
TillerNotAvailableException
protected TillerNotAvailableException(Throwable cause)
Creates a newTillerNotAvailableException.- 参数:
cause- theThrowableresponsible for thisTillerNotAvailableException; may benull
-
TillerNotAvailableException
protected TillerNotAvailableException(String message, Throwable cause)
Creates a newTillerNotAvailableException.- 参数:
message- a descriptive message; may benullcause- theThrowableresponsible for thisTillerNotAvailableException; may benull
-
-