org.gridgain.grid
Class GridExecutionRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gridgain.grid.GridException
org.gridgain.grid.GridExecutionRejectedException
- All Implemented Interfaces:
- Serializable
public class GridExecutionRejectedException
- extends GridException
This exception defines execution rejection. This exception is used to indicate
the situation when execution service provided by the user in configuration
rejects execution.
- See Also:
GridConfiguration.getExecutorService(),
Serialized Form
-

GridExecutionRejectedException
public GridExecutionRejectedException(String msg)
- Creates new execution rejection exception with given error message.
- Parameters:
msg - Error message.
GridExecutionRejectedException
public GridExecutionRejectedException(Throwable cause)
- Creates new execution rejection given throwable as a cause and
source of error message.
- Parameters:
cause - Non-null throwable cause.
GridExecutionRejectedException
public GridExecutionRejectedException(String msg,
@Nullable
Throwable cause)
- Creates new execution rejection exception with given error message
and optional nested exception.
- Parameters:
msg - Error message.cause - Optional nested exception (can be null).