Class NotEnoughMoneyToBuyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.truebubo.maniflow.stock.NotEnoughMoneyToBuyException
- All Implemented Interfaces:
Serializable
Exception thrown if cannot afford to buy stocks
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotEnoughMoneyToBuyException
(String message) Creates an exception with message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotEnoughMoneyToBuyException
Creates an exception with message- Parameters:
message
- Explanation of
-