RunnerAlreadyDispatchedException
class RunnerAlreadyDispatchedException(runner: Runner, boundDaemon: DockerDaemon) : RuntimeException
Exception indicating that a Runner has already been dispatched.
Properties
Link copied to clipboard
A WeakReference to the DockerDaemon which was dispatched to runner.
Link copied to clipboard
A WeakReference to the Runner which has already been dispatched.