public class GridFutureCancelledException extends GridException
| Constructor and Description |
|---|
GridFutureCancelledException(String msg)
Creates new exception with given error message.
|
GridFutureCancelledException(String msg,
Throwable cause)
Creates a new exception with given error message and optional nested cause exception.
|
GridFutureCancelledException(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 GridFutureCancelledException(String msg)
msg - Error message.public GridFutureCancelledException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.