Package org.jclouds.compute.callables
Class ScriptStillRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.TimeoutException
-
- org.jclouds.compute.callables.ScriptStillRunningException
-
- All Implemented Interfaces:
com.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>,Serializable,Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>
public class ScriptStillRunningException extends TimeoutException implements com.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExecResponse>get()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScriptStillRunningException
public ScriptStillRunningException(long timeout, TimeUnit unit, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
-
ScriptStillRunningException
public ScriptStillRunningException(String message, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
-
-
Method Detail
-
get
public com.google.common.util.concurrent.ListenableFuture<ExecResponse> get()
- Specified by:
getin interfacecom.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>- Specified by:
getin interfaceSupplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>
-
-