Class UnknownAuthorizationAlgorithmException
- 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.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 Summary
Constructors Constructor Description UnknownAuthorizationAlgorithmException(String name)
Constructs the exception with the invalid message event name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithmName()
This 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 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.
-
-