Class UnknownAuthorizationAlgorithmException

  • All Implemented Interfaces:
    Serializable

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

      • UnknownAuthorizationAlgorithmException

        public UnknownAuthorizationAlgorithmException​(String name)
        Constructs the exception with the invalid message event name.
        Parameters:
        name - The name of the algorithm 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.