Class FunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.function.client.exceptions.FunctionException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 FunctionExecutionException,FunctionNotFoundException
An exception thrown when an error occurs in the function system.
- Since:
 - 1.0
 - Author:
 - graemerocher
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionFunctionException(String message) Constructor.FunctionException(String message, Throwable cause) Constructor. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
FunctionException
Constructor.- Parameters:
 message- message
 - 
FunctionException
Constructor.- Parameters:
 message- messagecause- cause of the exception
 
 -