public class TillerPollingDeadlineExceededException extends TillerException
TillerException indicating that a Tiller pod could not be
found in a certain amount of time.| 限定符 | 构造器和说明 |
|---|---|
protected |
TillerPollingDeadlineExceededException()
Creates a new
TillerPollingDeadlineExceededException. |
protected |
TillerPollingDeadlineExceededException(String message)
Creates a new
TillerPollingDeadlineExceededException. |
protected |
TillerPollingDeadlineExceededException(String message,
Throwable cause)
Creates a new
TillerPollingDeadlineExceededException. |
protected |
TillerPollingDeadlineExceededException(Throwable cause)
Creates a new
TillerPollingDeadlineExceededException. |
protected TillerPollingDeadlineExceededException()
TillerPollingDeadlineExceededException.protected TillerPollingDeadlineExceededException(String message)
TillerPollingDeadlineExceededException.message - a descriptive message; may be nullprotected TillerPollingDeadlineExceededException(Throwable cause)
TillerPollingDeadlineExceededException.cause - the Throwable responsible for this TillerPollingDeadlineExceededException; may be nullprotected TillerPollingDeadlineExceededException(String message, Throwable cause)
TillerPollingDeadlineExceededException.message - a descriptive message; may be nullcause - the Throwable responsible for this TillerPollingDeadlineExceededException; may be nullCopyright © 2022. All rights reserved.