Uses of Class
de.xima.fc.prompt.mgmt.service.FcPromptManagementException
Packages that use FcPromptManagementException
-
Uses of FcPromptManagementException in de.xima.fc.prompt.mgmt.internal
Methods in de.xima.fc.prompt.mgmt.internal that return FcPromptManagementExceptionModifier and TypeMethodDescriptionstatic FcPromptManagementExceptionPromptApiExceptionFactory.newPromptManagementException(String message, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptManagementExceptionwith the given message and localized message function.static FcPromptManagementExceptionPromptApiExceptionFactory.newPromptManagementException(String message, Throwable cause, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptManagementExceptionwith the given message, cause, and localized message function.static FcPromptManagementExceptionPromptApiExceptionFactory.newPromptManagementException(Throwable cause, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptManagementExceptionwith the given cause and localized message function.