Enum Class TransferNotSupportedException.TransferNotSupportedReason
java.lang.Object
java.lang.Enum<TransferNotSupportedException.TransferNotSupportedReason>
org.apache.fineract.portfolio.transfer.exception.TransferNotSupportedException.TransferNotSupportedReason
- All Implemented Interfaces:
Serializable,Comparable<TransferNotSupportedException.TransferNotSupportedReason>,Constable
- Enclosing class:
TransferNotSupportedException
public static enum TransferNotSupportedException.TransferNotSupportedReason
extends Enum<TransferNotSupportedException.TransferNotSupportedReason>
enum of reasons for invalid Journal Entry
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLIENT_DESTINATION_GROUP_NOT_SPECIFIED
public static final TransferNotSupportedException.TransferNotSupportedReason CLIENT_DESTINATION_GROUP_NOT_SPECIFIED -
CLIENT_BELONGS_TO_MULTIPLE_GROUPS
public static final TransferNotSupportedException.TransferNotSupportedReason CLIENT_BELONGS_TO_MULTIPLE_GROUPS -
SOURCE_AND_DESTINATION_GROUP_CANNOT_BE_SAME
public static final TransferNotSupportedException.TransferNotSupportedReason SOURCE_AND_DESTINATION_GROUP_CANNOT_BE_SAME -
ACTIVE_SAVINGS_ACCOUNT
-
BULK_CLIENT_TRANSFER_ACROSS_BRANCHES
public static final TransferNotSupportedException.TransferNotSupportedReason BULK_CLIENT_TRANSFER_ACROSS_BRANCHES -
DESTINATION_GROUP_MEETING_FREQUENCY_MISMATCH
public static final TransferNotSupportedException.TransferNotSupportedReason DESTINATION_GROUP_MEETING_FREQUENCY_MISMATCH -
DESTINATION_GROUP_HAS_NO_MEETING
public static final TransferNotSupportedException.TransferNotSupportedReason DESTINATION_GROUP_HAS_NO_MEETING
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
errorMessage
-
errorCode
-