public class ScriptStillRunningException extends TimeoutException implements com.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>
Constructor and Description |
---|
ScriptStillRunningException(long timeout,
TimeUnit unit,
com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate) |
ScriptStillRunningException(String message,
com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ExecResponse> |
get() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptStillRunningException(long timeout, TimeUnit unit, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
public ScriptStillRunningException(String message, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
public com.google.common.util.concurrent.ListenableFuture<ExecResponse> get()
get
in interface com.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>
Copyright © 2009-2012 jclouds. All Rights Reserved.