Package org.apache.pekko.pattern
Class AskTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.TimeoutException
org.apache.pekko.pattern.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 Summary
ConstructorsConstructorDescriptionAskTimeoutException(String message) AskTimeoutException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace