Class UnknownPriorityAlgorithmException
- 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.UnknownPriorityAlgorithmException
-
- All Implemented Interfaces:
Serializable
public class UnknownPriorityAlgorithmException extends ProcessException
This type of exception is used when an unknown priority algorithm is encountered.- Since:
- 9.1
- Author:
- A. Pragt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownPriorityAlgorithmException(String name)
Constructs the exception with the invalid algorithm name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
This method returns the name of the priority 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 Detail
-
UnknownPriorityAlgorithmException
public UnknownPriorityAlgorithmException(String name)
Constructs the exception with the invalid algorithm name.- Parameters:
name
- The name of the algorithm that is invalid
-
-
Method Detail
-
getName
public String getName()
This method returns the name of the priority algorithm that was invalid.- Returns:
- the name of the algorithm that was invalid.
-
-