Class ScriptStillRunningException

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