public abstract class MaxAmountExceededException extends TransferException
| Constructor and Description |
|---|
MaxAmountExceededException() |
MaxAmountExceededException(CurrencyAmountDTO maxAmount) |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAmountDTO |
getMaxAmount() |
void |
setMaxAmount(CurrencyAmountDTO maxAmount) |
getMessage, isInternationalized, setInternationalized, shouldGenerateLogpublic MaxAmountExceededException()
public MaxAmountExceededException(CurrencyAmountDTO maxAmount)
public CurrencyAmountDTO getMaxAmount()
public void setMaxAmount(CurrencyAmountDTO maxAmount)