Package org.cyclos.model.banking
Class MaxAmountExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.model.banking.TransferException
-
- org.cyclos.model.banking.MaxAmountExceededException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MaxAmountPerDayExceededException,MaxAmountPerMonthExceededException,MaxAmountPerWeekExceededException,MaxAmountPerYearExceededException,MaxPaymentAmountExceededException
public abstract class MaxAmountExceededException extends TransferException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxAmountExceededException()MaxAmountExceededException(CurrencyAmountDTO maxAmount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyAmountDTOgetMaxAmount()voidsetMaxAmount(CurrencyAmountDTO maxAmount)-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MaxAmountExceededException
public MaxAmountExceededException()
-
MaxAmountExceededException
public MaxAmountExceededException(CurrencyAmountDTO maxAmount)
-
-
Method Detail
-
getMaxAmount
public CurrencyAmountDTO getMaxAmount()
-
setMaxAmount
public void setMaxAmount(CurrencyAmountDTO maxAmount)
-
-