Class UnknownRoutingAlgorithmException

  • All Implemented Interfaces:
    Serializable

    public class UnknownRoutingAlgorithmException
    extends ProcessException
    This type of exception is used when an unknown routing algorithm is encountered.
    Since:
    9.1
    Author:
    A. Pragt
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownRoutingAlgorithmException

        public UnknownRoutingAlgorithmException​(String name)
        Constructs the exception with the invalid message event name.
        Parameters:
        name - The name of the process event that is invalid
    • Method Detail

      • getAlgorithmName

        public String getAlgorithmName()
        This method returns the name of the algorithm that was invalid.
        Returns:
        the name of the algorithm that was invalid.