@ResponseStatus(value=GATEWAY_TIMEOUT,
reason="Response took longer than configured timeout")
public class TimeoutException
extends Exception
| Constructor and Description |
|---|
TimeoutException() |
TimeoutException(String message) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Disables fillInStackTrace for performance reasons.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeoutException()
public TimeoutException(String message)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2022 Pivotal Software, Inc.. All rights reserved.