org.jclouds.compute.callables
Class ScriptStillRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.TimeoutException
              extended by org.jclouds.compute.callables.ScriptStillRunningException
All Implemented Interfaces:
com.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>, Serializable

public class ScriptStillRunningException
extends TimeoutException
implements com.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
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
 com.google.common.util.concurrent.ListenableFuture<ExecResponse> get()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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:
get in interface com.google.common.base.Supplier<com.google.common.util.concurrent.ListenableFuture<ExecResponse>>


Copyright © 2009-2012 jclouds. All Rights Reserved.