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