类 TillerPollingDeadlineExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.microbean.helm.HelmException
-
- org.microbean.helm.TillerException
-
- org.microbean.helm.TillerPollingDeadlineExceededException
-
- 所有已实现的接口:
Serializable
public class TillerPollingDeadlineExceededException extends TillerException
ATillerExceptionindicating that a Tiller pod could not be found in a certain amount of time.- 作者:
- Laird Nelson
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 限定符 构造器 说明 protectedTillerPollingDeadlineExceededException()Creates a newTillerPollingDeadlineExceededException.protectedTillerPollingDeadlineExceededException(String message)Creates a newTillerPollingDeadlineExceededException.protectedTillerPollingDeadlineExceededException(String message, Throwable cause)Creates a newTillerPollingDeadlineExceededException.protectedTillerPollingDeadlineExceededException(Throwable cause)Creates a newTillerPollingDeadlineExceededException.
-
方法概要
-
-
-
构造器详细资料
-
TillerPollingDeadlineExceededException
protected TillerPollingDeadlineExceededException()
Creates a newTillerPollingDeadlineExceededException.
-
TillerPollingDeadlineExceededException
protected TillerPollingDeadlineExceededException(String message)
Creates a newTillerPollingDeadlineExceededException.- 参数:
message- a descriptive message; may benull
-
TillerPollingDeadlineExceededException
protected TillerPollingDeadlineExceededException(Throwable cause)
Creates a newTillerPollingDeadlineExceededException.- 参数:
cause- theThrowableresponsible for thisTillerPollingDeadlineExceededException; may benull
-
TillerPollingDeadlineExceededException
protected TillerPollingDeadlineExceededException(String message, Throwable cause)
Creates a newTillerPollingDeadlineExceededException.- 参数:
message- a descriptive message; may benullcause- theThrowableresponsible for thisTillerPollingDeadlineExceededException; may benull
-
-