Package org.cyclos.model.banking
Class UpperCreditLimitReachedException
- 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.UpperCreditLimitReachedException
-
- All Implemented Interfaces:
Serializable
public class UpperCreditLimitReachedException extends TransferException
Exception thrown when an account would have more balance than the allowed by the upper credit limit restriction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpperCreditLimitReachedException()
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getMessage, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-