Class FunctionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.function.client.exceptions.FunctionException
io.micronaut.function.client.exceptions.FunctionNotFoundException
- All Implemented Interfaces:
Serializable
An exception thrown when no function can be found.
- Since:
- 1.0
- Author:
- graemerocher
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FunctionNotFoundException
Constructor.- Parameters:
functionName
- string name
-