public class TillerPollingDeadlineExceededException extends TillerException
TillerException
indicating that a Tiller pod could not be
found in a certain amount of time.Modifier | Constructor and Description |
---|---|
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 . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected TillerPollingDeadlineExceededException()
TillerPollingDeadlineExceededException
.protected TillerPollingDeadlineExceededException(String message)
TillerPollingDeadlineExceededException
.message
- a descriptive message; may be null
protected TillerPollingDeadlineExceededException(Throwable cause)
TillerPollingDeadlineExceededException
.cause
- the Throwable
responsible for this TillerPollingDeadlineExceededException
; may be null
protected TillerPollingDeadlineExceededException(String message, Throwable cause)
TillerPollingDeadlineExceededException
.message
- a descriptive message; may be null
cause
- the Throwable
responsible for this TillerPollingDeadlineExceededException
; may be null
Copyright © 2017–2018, microBean. All rights reserved.