Uses of Class
de.adorsys.ledgers.util.exception.DepositErrorCode
-
Packages that use DepositErrorCode Package Description de.adorsys.ledgers.util.exception -
-
Uses of DepositErrorCode in de.adorsys.ledgers.util.exception
Methods in de.adorsys.ledgers.util.exception that return DepositErrorCode Modifier and Type Method Description static DepositErrorCodeDepositErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DepositErrorCode[]DepositErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-