JGAP

org.jgap.distr.grid.common
Class WorkRequestsSendException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jgap.distr.grid.common.WorkRequestsSendException
All Implemented Interfaces:
java.io.Serializable

public class WorkRequestsSendException
extends java.lang.Exception

Exception when sending work requests. Stores the work requests, for which sending failed.

Since:
3.3.3
See Also:
Serialized Form

Constructor Summary
WorkRequestsSendException()
           
WorkRequestsSendException(java.lang.Exception a_ex)
           
WorkRequestsSendException(java.lang.Exception a_ex, JGAPRequestGP[] a_workRequests)
           
 
Method Summary
 JGAPRequestGP[] getWorkRequests()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkRequestsSendException

public WorkRequestsSendException()

WorkRequestsSendException

public WorkRequestsSendException(java.lang.Exception a_ex)

WorkRequestsSendException

public WorkRequestsSendException(java.lang.Exception a_ex,
                                 JGAPRequestGP[] a_workRequests)
Method Detail

getWorkRequests

public JGAPRequestGP[] getWorkRequests()

JGAP