Class UncategorizedFunctionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.execute.FunctionException
org.springframework.data.gemfire.function.UncategorizedFunctionException
All Implemented Interfaces:
Serializable

public class UncategorizedFunctionException extends org.apache.geode.cache.execute.FunctionException
An FunctionException indicating a Function Execution RuntimeException that has not be categorized, or identified by the framework. This RuntimeException was inspired by the UncategorizedDataAccessException.
Since:
2.3.0
See Also:
  • Constructor Details

    • UncategorizedFunctionException

      public UncategorizedFunctionException()
    • UncategorizedFunctionException

      public UncategorizedFunctionException(String message)
    • UncategorizedFunctionException

      public UncategorizedFunctionException(Throwable cause)
    • UncategorizedFunctionException

      public UncategorizedFunctionException(String message, Throwable cause)