Class FunctionInvocationTargetException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • FunctionInvocationTargetException

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

        public FunctionInvocationTargetException​(java.lang.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​(java.lang.String msg)
        Construct an instance of FunctionInvocationTargetException
        Parameters:
        msg - Exception message
      • FunctionInvocationTargetException

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

      • getMemberId

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