@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, toString
public TimeoutException()
public TimeoutException(String message)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.