Class TimeoutException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(value=GATEWAY_TIMEOUT,
                    reason="Response took longer than configured timeout")
    public class TimeoutException
    extends Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeoutException

        public TimeoutException()
      • TimeoutException

        public TimeoutException​(String message)
    • Method Detail

      • fillInStackTrace

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