Package org.cyclos.model.banking
Class MaxAmountPerDayExceededException
- 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
-
- org.cyclos.model.banking.MaxAmountPerDayExceededException
-
- All Implemented Interfaces:
Serializable
public class MaxAmountPerDayExceededException extends MaxAmountExceededException
Exception thrown when the maximum amount per day was exceeded on a payment- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxAmountPerDayExceededException()MaxAmountPerDayExceededException(CurrencyAmountDTO maxAmount)
-
Method Summary
-
Methods inherited from class org.cyclos.model.banking.MaxAmountExceededException
getMaxAmount, setMaxAmount
-
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
-
MaxAmountPerDayExceededException
public MaxAmountPerDayExceededException()
-
MaxAmountPerDayExceededException
public MaxAmountPerDayExceededException(CurrencyAmountDTO maxAmount)
-
-