Class FunctionInvocationTargetException

All Implemented Interfaces:
Serializable

public class FunctionInvocationTargetException extends FunctionException
Thrown if one of the function execution nodes goes away or cache is closed. Function needs to be re-executed if the Throwable.getCause() is FunctionInvocationTargetException.
Since:
GemFire 6.0
See Also:
  • Constructor Details

    • FunctionInvocationTargetException

      public FunctionInvocationTargetException(Throwable cause)
      Construct an instance of FunctionInvocationTargetException
      Parameters:
      cause - a Throwable cause of this exception
    • FunctionInvocationTargetException

      public FunctionInvocationTargetException(String msg, DistributedMember id)
      Construct an instance of FunctionInvocationTargetException
      Parameters:
      msg - the error message
      id - the DistributedMember id of the source
      Since:
      GemFire 6.5
    • FunctionInvocationTargetException

      public FunctionInvocationTargetException(String msg)
      Construct an instance of FunctionInvocationTargetException
      Parameters:
      msg - Exception message
    • FunctionInvocationTargetException

      public FunctionInvocationTargetException(String msg, Throwable cause)
      Construct an instance of FunctionInvocationTargetException
      Parameters:
      msg - the error message
      cause - a Throwable cause of this exception
  • Method Details

    • getMemberId

      public DistributedMember getMemberId()
      Method to get the member id of the Exception
      Returns:
      DistributedMember id
      Since:
      GemFire 6.5