Class UnknownFunctionCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.portal.exception.PortalException
-
- com.aquima.interactions.portal.exception.UnknownFunctionCallException
-
- All Implemented Interfaces:
Serializable
public class UnknownFunctionCallException extends PortalException
- Since:
- 10.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownFunctionCallException(String functionCallName)
Constructs the exception with the name of the function call that could not be found.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownFunctionCallException
public UnknownFunctionCallException(String functionCallName)
Constructs the exception with the name of the function call that could not be found.- Parameters:
functionCallName
- the name of the function call that could not be found.
-
-