public class GridComputeTaskTimeoutException extends GridException
GridComputeTaskFuture.get() method.| Constructor and Description |
|---|
GridComputeTaskTimeoutException(String msg)
Creates task timeout exception with given task execution ID and
error message.
|
GridComputeTaskTimeoutException(String msg,
Throwable cause)
Creates task timeout exception with given task execution ID,
error message and optional nested exception.
|
GridComputeTaskTimeoutException(Throwable cause)
Creates new task timeout exception given throwable as a cause and
source of error message.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridComputeTaskTimeoutException(String msg)
msg - Error message.public GridComputeTaskTimeoutException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.