Class UncategorizedFunctionException

All Implemented Interfaces:
Serializable

public class UncategorizedFunctionException extends 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
Author:
John Blum
See Also:
  • Constructor Details

    • UncategorizedFunctionException

      public UncategorizedFunctionException()
    • UncategorizedFunctionException

      public UncategorizedFunctionException(String message)
    • UncategorizedFunctionException

      public UncategorizedFunctionException(Throwable cause)
    • UncategorizedFunctionException

      public UncategorizedFunctionException(String message, Throwable cause)