Class AskTimeoutException

All Implemented Interfaces:
Serializable, scala.util.control.NoStackTrace

public class AskTimeoutException extends TimeoutException implements scala.util.control.NoStackTrace
This is what is used to complete a Future that is returned from an ask/? call, when it times out. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply.
See Also:
  • Constructor Details

    • AskTimeoutException

      public AskTimeoutException(String message, Throwable cause)
    • AskTimeoutException

      public AskTimeoutException(String message)
  • Method Details