GridGain™ 2.0.3
Java API Specification

org.gridgain.grid
Class GridExecutionRejectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gridgain.grid.util.GridAbstractException
              extended by org.gridgain.grid.GridException
                  extended by org.gridgain.grid.GridExecutionRejectedException
All Implemented Interfaces:
Serializable

@Apache20LicenseCompatible
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:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

See Also:
GridConfiguration.getExecutorService(), Serialized Form
 

Field Summary
 
Fields inherited from class org.gridgain.grid.util.GridAbstractException
UNKNOWN_LINE
 
Constructor Summary
GridExecutionRejectedException(String msg)
          Creates new execution rejection exception with given error message.
GridExecutionRejectedException(String msg, Throwable cause)
          Creates new execution rejection exception with given error message and optional nested exception.
GridExecutionRejectedException(Throwable cause)
          Creates new execution rejection given throwable as a cause and source of error message.
 
Method Summary
 
Methods inherited from class org.gridgain.grid.util.GridAbstractException
printStackTrace, printStackTrace, printStackTrace, setData, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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,
                                      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).

GridGain™ 2.0.3
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.