
com.twitter.util.TimeoutException.scala Maven / Gradle / Ivy
The newest version!
package com.twitter.util
import java.util.concurrent.{TimeoutException => JUCTimeoutException}
// Now that this is inherits from the usual TimeoutException, we can move to
// j.u.c.TimeoutException during our next API break.
class TimeoutException(message: String) extends JUCTimeoutException(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy