com.droidkit.actors.tasks.AskTimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of actors Show documentation
Show all versions of actors Show documentation
DroidKit Actors is simple actor model implementation for java and Android
package com.droidkit.actors.tasks;
/**
* Exception for Ask timeout
*
* @author Stepan Ex3NDR Korshakov ([email protected])
*/
public class AskTimeoutException extends Exception {
}