Class LoggableTimeoutException

All Implemented Interfaces:
LoggableKeysAndValues<LoggableTimeoutException>, Serializable

@API(UNSTABLE) public class LoggableTimeoutException extends TimeoutException implements LoggableKeysAndValues<LoggableTimeoutException>
Subclass of TimeoutException with support for adding logging info in the form of keys and values. This enables TimeoutException's to provide context-specific details that can be logged in a way that better supports troubleshooting later.
See Also: