Class UnknownRoutingAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.process.exception.ProcessException
com.aquima.interactions.process.exception.UnknownRoutingAlgorithmException
- All Implemented Interfaces:
Serializable
This type of exception is used when an unknown routing algorithm is encountered.
- Since:
- 9.1
- Author:
- A. Pragt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the exception with the invalid message event name. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the algorithm that was invalid.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownRoutingAlgorithmException
Constructs the exception with the invalid message event name.- Parameters:
name
- The name of the process event that is invalid
-
-
Method Details
-
getAlgorithmName
This method returns the name of the algorithm that was invalid.- Returns:
- the name of the algorithm that was invalid.
-