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