Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.cloud.gateway.support.TimeoutException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=GATEWAY_TIMEOUT,
reason="Response took longer than configured timeout")
public class TimeoutException
extends Exception
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDisables fillInStackTrace for performance reasons.Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException() -
TimeoutException
-
-
Method Details
-
fillInStackTrace
Disables fillInStackTrace for performance reasons.- Overrides:
fillInStackTracein classThrowable- Returns:
- this
-