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 Details

    • TimeoutException

      public TimeoutException()
    • TimeoutException

      public TimeoutException(String message)
  • Method Details

    • fillInStackTrace

      public Throwable fillInStackTrace()
      Disables fillInStackTrace for performance reasons.
      Overrides:
      fillInStackTrace in class Throwable
      Returns:
      this