Uses of Class
de.adorsys.ledgers.util.exception.UserManagementErrorCode
-
Packages that use UserManagementErrorCode Package Description de.adorsys.ledgers.util.exception -
-
Uses of UserManagementErrorCode in de.adorsys.ledgers.util.exception
Methods in de.adorsys.ledgers.util.exception that return UserManagementErrorCode Modifier and Type Method Description static UserManagementErrorCodeUserManagementErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static UserManagementErrorCode[]UserManagementErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.ledgers.util.exception with parameters of type UserManagementErrorCode Modifier and Type Method Description static Supplier<UserManagementModuleException>UserManagementModuleException. getModuleExceptionSupplier(String objectIdentifier, UserManagementErrorCode errorCode, String messagePattern)
-